A Slim Framework skeleton application for rapid development

This package's canonical repository appears to be gone and the package has been frozen as a result.

v3.0.1 2016-11-08 16:28 UTC

This package is not auto-updated.

Last update: 2024-04-22 11:04:09 UTC


README

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

php composer.phar create-project slim-skeleton/rest [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.

That's it! Now go build something cool.