2017 © Pedro Peláez
 

project slim-framework-skeleton

A skeleton framework with built-in features, made with Slim Framework 2.0

image

edwinhoksberg/slim-framework-skeleton

A skeleton framework with built-in features, made with Slim Framework 2.0

  • Sunday, May 29, 2016
  • by EdwinHoksberg
  • Repository
  • 1 Watchers
  • 0 Stars
  • 40 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 3 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

Slim Framework skeleton with Slim Framework 2.0

This app includes: * A full MVC model * Model: j4mie/paris * View: slimphp/Slim-Views * Controller: https://github.com/fortrabbit/slimcontroller * vlucas/phpdotenv for environment settings and variables * Logging with codeguy/Slim-Logger * Error reporting with zeuxisoo/php-slim-whoops * Bootstrap SASS * jQuery, (*1)

Installation

  1. Run composer create-project edwinhoksberg/slim-framework-skeleton in the directory you want to install this app.
  2. Navigate to your project url and you should see a 'Hello World' message.

To use CSS and JavaScript, run npm install for the build dependencies. You can then use gulp to compile CSS and JavaScript at the same time, or gulp css and gulp js to run them separately., (*2)

With the command gulp watch, you can watch any changes on the css and js folders for changes, and it will automatically compile them., (*3)

License

MIT, (*4)

The Versions