Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 373 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 373 Bytes

A simple bootstrap theme for small projects developed with Laravel

To use this:

  1. Install composer https://getcomposer.org/download/
  2. Install Laravel 5.2 https://laravel.com/docs/5.2
  3. pull this with git pull

If you want to add or modify the gulp file you'll need to:

  1. Install Gulp with : npm install gulp
  2. Install Laravel Elixir : npm install laravel-elixir