Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 515 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 515 Bytes

Slim 3 REST Skeleton

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.

Create Database

Add database settings to app/settings.php.

run:

vendor/bin/phinx migrate
vendor/bin/phinx seed:run