diego / slim-skeleton
A small Slime Framework skeleton package.
v1.0.0-alpha
2015-06-11 18:03 UTC
Requires
- slim/slim: ~2.6
- slim/views: dev-master
- twig/twig: ~1.18
This package is auto-updated.
Last update: 2024-10-21 20:17:29 UTC
README
This is my little slim skeleton to make it easier to start a new slim application.
Installation
-
Start the new application
composer.phar create-project diego/slim-skeleton Application
-
Now copy
config/config.example.php
toconfig/config.php
and change it to your needs -
Point your document root to the
web/
directory
Directories
web/
is used as the document roottemplates/
used for template filessrc/
for the application classesconfig/
for configuration files