Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 864 Bytes

readme.md

File metadata and controls

20 lines (19 loc) · 864 Bytes

Lumen Bootstrap

Bootstrap for the Lumen Laravel project. I started off with a clean install of Laravel's Lumen project and I added all my favourite toys.

  1. Bower - Javascript Package manager to add:
  2. Bootstrap
  3. JQuery
  4. Bundler - RubyGem Manager to add:
  5. Compass
  6. SASS
  7. Gulp Compass via NPM
  8. Helper class which contains functions from my gists
  9. Set up a basic custom config file
  10. Set up basic variable sharing amongst views
  11. Set up basic view / template system
  12. All my Lumen settings
  13. Load in .env
  14. Load in config files
  15. Load in Models
  16. Load in Libraries
  17. Load in Service Providers