Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 687 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 687 Bytes

SlimPHP API

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

Installation

  1. Git clone or pull this source
  2. Download composer or update composer self-update
  3. Run composer update inside application root directory

Configuration

Copy .env.example to .env, then setup the datasources for your application

Database Migrations

  1. Run Migrations vendor/bin/phinx migrate
  2. Run Seeds vendor/bin/phinx seed:run