Download the PHP package wilkesystems/slim-auth-skeleton without Composer
On this page you can find all versions of the php package wilkesystems/slim-auth-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wilkesystems/slim-auth-skeleton
More information about wilkesystems/slim-auth-skeleton
Files in wilkesystems/slim-auth-skeleton
Package slim-auth-skeleton
Short Description A Slim Framework skeleton application for rapid development
License MIT
Homepage http://github.com/wilkesystems/slim-auth-skeleton
Informations about the package slim-auth-skeleton
Slim Framework 3 Skeleton Application with authentication
Use this skeleton application to quickly setup and start working on a new Slim Framework 3 application. This application uses the latest Slim 3 with the PHP-View template renderer. It also uses the Monolog logger.
This skeleton application was built for Composer. This makes setting up a new Slim Framework application quick and easy.
Install the Application
Install Composer
curl -sS https://getcomposer.org/installer | /usr/bin/php
mv composer.phar /usr/bin/composer
chmod +x /usr/bin/composer
Run this command from the directory in which you want to install your new Slim Framework application.
composer create-project wilkesystems/slim-auth-skeleton [app]
Replace [app]
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 [app]
composer start
Run this command in the application directory to run the test suite
composer test
That's it! Now go build something cool.
All versions of slim-auth-skeleton with dependencies
illuminate/database Version ^5.2
monolog/monolog Version ^1.17
respect/validation Version ^1.1
slim/csrf Version ^0.8.3
slim/flash Version ^0.4.0
slim/php-view Version ^2.0
slim/slim Version ^3.1
slim/twig-view Version ^2.4