#Slim Boilerplate using Gulp, Twig, Eloquent and Phinx
I was playing with Slim, it's awesome and lightweight however as it is a micro framework it doesn't come with things I use on most of my projects.
The idea of this not to tie a project project down to any particular architecture or technology you may want to use, but provide a boilerplate which can easily be adjusted to suit your requirements.
I have implemented Laravel's Eloquent ORM for working with the database and Phinx for database migrations.
I have used Twig for the template engine and Gulp to handle the assets.
##Requirements
- Gulp JS
- Composer
composer install
npm install
gulp
No tests yet, I know lazy. Feel free to submit a pull request or I will get round to it..
Open Access