- Notifications
You must be signed in to change notification settings - Fork46
slimphp/Tutorial-First-Application
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is the companion source code for the Slim FrameworkFirst 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:
- change the shell working directory to
src - run
php composer.phar installto get the dependencies - create database to use
- then run
php vendor/bin/phinx migrate(or vendor\bin\phinx migrate on Windows 10) to get your database set up (the config is inphinx.ymlso adjust as appropriate for your platform) - adjust
$config['db']inpublic/index.phptoo - create
logs/app.logand adjust permission as appropriate for your platform
Patches to both tutorial and code are welcome.
About
Tutorial application code for the First Application Walkthrough
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors7
Uh oh!
There was an error while loading.Please reload this page.