Blog based on Slim 3 framework
At the root, run the command:
composer install
- Create a file
phinx.yml
based onphinx.sample.yml
and configure it. - Create a file
db.php
based ondb.sample.php
and configure it. - Create a file
web.php
based onweb.sample.php
and configure it. - Create a file
auth.php
based onauth.sample.php
and configure it.