A PHP RESTful web application scaffold using Flight.
git clone https://github.com/marcker/php-scaffold.git
cd php-scaffold/app
composer install
sudo php -S 0.0.0.0:3000
- Automate the creation of assets to Gulp and integrate the Flight.
Heavily inspired by Micro-framework (eroberto88).