Download the PHP package gallu/slim-skeleton without Composer
On this page you can find all versions of the php package gallu/slim-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gallu/slim-skeleton
More information about gallu/slim-skeleton
Files in gallu/slim-skeleton
Download gallu/slim-skeleton
More information about gallu/slim-skeleton
Files in gallu/slim-skeleton
Vendor gallu
Package slim-skeleton
Short Description A Slim Framework skeleton application for rapid business use development
License MIT
Package slim-skeleton
Short Description A Slim Framework skeleton application for rapid business use development
License MIT
Please rate this library. Is it a good library?
Informations about the package slim-skeleton
Slim Framework 3 Skeleton Application
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 gallu/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
public/
directory. - Ensure
logs/
is web writeable.
To run the application in development, you can run these commands
cd [my-app-name]
php composer.phar start
Run this command in the application directory to run the test suite
php composer.phar test
That's it! Now go build something cool.
All versions of slim-skeleton with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
slim/slim Version ^3.1
monolog/monolog Version ^1.23
twig/twig Version ^2.11
gallu/slim-littie-tools Version ^v0.0.32
slim/slim Version ^3.1
monolog/monolog Version ^1.23
twig/twig Version ^2.11
gallu/slim-littie-tools Version ^v0.0.32
The package gallu/slim-skeleton contains the following files
Loading the files please wait ....