raistlfiren / slim-skeleton
A Slim Framework skeleton application for rapid development
4.0.1
2016-05-20 14:32 UTC
Requires
- php: >=5.5.0
- aura/sqlquery: ^2.6
- kanellov/slim-twig-flash: ^0.1.0
- monolog/monolog: ^1.19
- slim/csrf: ^0.6.0
- slim/flash: ^0.1.0
- slim/slim: ^3.3
- slim/twig-view: ^2.1
- symfony/event-dispatcher: ^3.0
- symfony/property-access: ^3.0
- symfony/validator: ^3.0
- yusukezzz/slim-debugbar: dev-slim3 as 1.0.0
This package is not auto-updated.
Last update: 2025-03-21 21:38:44 UTC
README
This is a fork of slimphp/Slim-Skeleton with some small changes (codestyle, directory structure, dependencies).
New Dependencies
Install the Application
Run this command from the directory in which you want to install your new Slim Framework application.
php composer.phar create-project Raistlfiren/slim-skeleton [my-app-name]
Replace [my-app-name]
with the desired directory name for your new application. You'll want to:
- Point your virtual host document root to your new application's
web/
directory. - Ensure
logs/
is web writeable.
That's it! Now go build something cool.