Skip to content

Slim framework skeleton with Twig, Idiorm, Compass/Sass and Bootstrap

Notifications You must be signed in to change notification settings

teefax/slim-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slim Framework Skeletop

This is my Slim framework skeleton with:

  • 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.

Usage:

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

Define routes in app/routes.php

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/.

About

Slim framework skeleton with Twig, Idiorm, Compass/Sass and Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published