You can see it online here
- JWT integration
- ORM oriented
- Cache support
- GD image resize
"php": ">=5.3.0",
"bootie/bootie": "dev-master",
"firebase/php-jwt": "dev-master"
composer install
cd /path/to/project
sudo chmod -R 777 ./storage ./public/upload
mysql > CREATE DATABASE bootieng;
mv ./config/config.sample.php ./config/config.php
nano ./config/config.php
cd /path/to/project
php cli create
php cli restore
username: admin
password: 1234