Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 679 Bytes

File metadata and controls

13 lines (7 loc) · 679 Bytes

Slim Tutorial

This is the companion source code for the Slim Framework First Application Walkthrough tutorial.

It is a very simple Slim project to serve as an example application of using Slim 3 with Monolog, Phinx, PHP views and Composer to manage dependencies. In order to use the application as it stands:

  • run php composer.phar install to get the dependencies
  • then run php vendor/bin/phinx migrate (or vendor\bin\phinx migrate on Windows 10) to get your database set up (the config is in phinx.yml so adjust as appropriate for your platform)

Patches to both tutorial and code are welcome.