This is a simple skeleton project for Slim 3 that implements a simple REST API. Based on akrabat's slim3-skeleton.
The master branch also uses Eloquent and Phinx. If you are looking for a minimal skeleton only using Slim 3, checkout the minimal branch.
Add database settings to app/settings.php.
run:
vendor/bin/phinx migrate
vendor/bin/phinx seed:run