diego/slim-skeleton

A small Slime Framework skeleton package.

v1.0.0-alpha 2015-06-11 18:03 UTC

This package is auto-updated.

Last update: 2024-04-21 19:24:48 UTC


README

This is my little slim skeleton to make it easier to start a new slim application.

Installation

  1. Start the new application

    composer.phar create-project diego/slim-skeleton Application

  2. Now copy config/config.example.php to config/config.php and change it to your needs

  3. Point your document root to the web/ directory

Directories

  • web/ is used as the document root
  • templates/ used for template files
  • src/ for the application classes
  • config/ for configuration files