Download the PHP package gallu/slim4-skeleton without Composer
On this page you can find all versions of the php package gallu/slim4-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gallu/slim4-skeleton
More information about gallu/slim4-skeleton
Files in gallu/slim4-skeleton
Download gallu/slim4-skeleton
More information about gallu/slim4-skeleton
Files in gallu/slim4-skeleton
Vendor gallu
Package slim4-skeleton
Short Description A Slim Framework skeleton application for rapid business use development
License MIT
Package slim4-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 slim4-skeleton
Slim Framework 4 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/slim4-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 slim4-skeleton with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
slim/slim Version ^4.0
monolog/monolog Version ^2.0
twig/twig Version ^3.0
gallu/slim-littie-tools Version ^v1.0
slim/csrf Version ^1.0
slim/slim Version ^4.0
monolog/monolog Version ^2.0
twig/twig Version ^3.0
gallu/slim-littie-tools Version ^v1.0
slim/csrf Version ^1.0
The package gallu/slim4-skeleton contains the following files
Loading the files please wait ...