Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 737 Bytes

File metadata and controls

61 lines (43 loc) · 737 Bytes

AngularJS + Bootie PHP7 API

You can see it online here

Features

  • JWT integration
  • ORM oriented
  • Cache support
  • GD image resize

Dependencies

"php": ">=5.3.0",
"bootie/bootie": "dev-master",
"firebase/php-jwt": "dev-master"

Installation

Composer

composer install

Folder Permission

cd /path/to/project
sudo chmod -R 777 ./storage ./public/upload

Create database

mysql > CREATE DATABASE bootieng;

Config

mv ./config/config.sample.php ./config/config.php
nano ./config/config.php

Import database

cd /path/to/project
php cli create
php cli restore

Panel access

username: admin
password: 1234