Skip to content
/ slim3app Public

A Slim 3 Framework skeleton application

License

Notifications You must be signed in to change notification settings

lvis/slim3app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slim3app

A Slim 3 application was built for Composer and makes setting up a new application quick and easy. This application uses the latest Slim 3 with the PHP-View template renderer. It also uses the Monolog logger.

Install the Application

Run this command from the directory in which you want to install your new application.

php composer.phar create-project lvis/slim3app [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:

php -S localhost:8080 index.php

or composer one:

php composer.phar start

Run this command to run the test suite

php composer.phar test

About

A Slim 3 Framework skeleton application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published