diego / slim-skeleton
A small Slime Framework skeleton package.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/diego/slim-skeleton
Requires
- slim/slim: ~2.6
- slim/views: dev-master
- twig/twig: ~1.18
This package is auto-updated.
Last update: 2025-09-21 22:16:17 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