raistlfiren/slim-skeleton

A Slim Framework skeleton application for rapid development

4.0.1 2016-05-20 14:32 UTC

This package is not auto-updated.

Last update: 2024-03-22 16:49:29 UTC


README

This is a fork of slimphp/Slim-Skeleton with some small changes (codestyle, directory structure, dependencies).

New Dependencies

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 Raistlfiren/slim-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 web/ directory.
  • Ensure logs/ is web writeable.

That's it! Now go build something cool.