library slim2app
A Slim 2 Framework skeleton application
lvis/slim2app
A Slim 2 Framework skeleton application
- Thursday, October 12, 2017
- by lvis
- Repository
- 1 Watchers
- 0 Stars
- 0 Installations
- HTML
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
slim2app
A Slim 2 Framework skeleton application was built for Composer and makes setting up a new application quick and easy., (*1)
Install the Application
Run this command from the directory in which you want to install your new Slim Framework application., (*2)
php composer.phar create-project lvis/slim2app [app-name]
- Replace
[app-name]
with the desired directory name for your new application.
- Ensure
logs/
and templates/cache
are web writeable.
You can run application in development with this command:, (*3)
php -S localhost:8080 index.php
or composer one:, (*4)
php composer.phar start