- Install requirements via composer and
composer.json
- Run
composer install
- Run
- Migrate database via phinx and
phinx.yml
- Edit
phinx.yml
and update the database settings in thedevelopment
setting - Run
php vendor/bin/phinx migrate
- Edit
- Copy
env.changeme
to.env
and modify the database credentials - Run this Slim-based application locally via
php -S localhost:8000 -t . index.php
from thepublic/
folder