Basics
- Laravel does not care about the used gui framework
- so you could use every css/gui framework – like bootstrap
Bootstrap Framework
For a use look at: http://getbootstrap.com/css/
Important core topics:
- bootstrap grid system
Themes
in order to start from a valid basic gui we could use something like
Theme: Color Admin
- looks cool
- slide dashboard functions
Laravel Integration
there is a basic laravel / bootstrap project with authentification and some generic stuff available:
https://github.com/andrewelkins/Laravel-4-Bootstrap-Starter-Site
TODO
There are 2 possible ways of integrating bootstrap to lavavel:
- new project from https://github.com/andrewelkins/Laravel-4-Bootstrap-Starter-Site, adapt theme, copy our stuff to new framework
add bootstrap to existing git repository -> needs some more knowledge of whats going on ->
not quit sure how complex this will be ?