This application is built with slimphp 3.x
A skeleton for creating applications with slimphp 3.x
The framework source code can be found here: slimphp/slim
- Git clone or pull this source
- Download composer or update
composer self-update
- Run
composer update
inside application root directory
Copy .env.example
to .env
, then setup the datasources for your application
- Run Migrations
vendor/bin/phinx migrate
- Run Seeds
vendor/bin/phinx seed:run