Skip to content
/ slim2app Public

A Slim 2 Framework skeleton application

License

Notifications You must be signed in to change notification settings

lvis/slim2app

Repository files navigation

slim2app

A Slim 2 Framework skeleton application was built for Composer and makes setting up a new application quick and easy.

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 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:

php -S localhost:8080 index.php

or composer one:

php composer.phar start

About

A Slim 2 Framework skeleton application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published