2017 © Pedro Peláez
 

library slim-skeleton

A Slim Framework skeleton with SlimController, Idiorm, Twig, Compass and Bootstrap

image

teefax/slim-skeleton

A Slim Framework skeleton with SlimController, Idiorm, Twig, Compass and Bootstrap

  • Tuesday, July 15, 2014
  • by teefax
  • Repository
  • 2 Watchers
  • 4 Stars
  • 13 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Slim Framework Skeletop

This is my Slim framework skeleton with:, (*1)

  • Slim Framework 2.*
  • Slim Views for Twig Templates
  • SlimController
  • Idiorm 1.5.*
  • Swiftmailer
  • slim-whoops
  • phpref
  • Compass and Bootstrap-Sass for CSS

Heavily based on jarretgabel/php-slim-framework-boilerplate and apipemc/slim-skeleton., (*2)

Usage:

Clone this repo, edit app/config/app.php and app/config/db.php, create models in app/models/* and controllers in app/controllers/*., (*3)

Define routes in app/routes.php, (*4)

With ruby installed, run bundle install to get the required gems, and then run bundle exec compass watch to automatically compile your stylesheets when something changes in app/asses/sass/., (*5)

The Versions