Color Admin
View file | ||||
---|---|---|---|---|
|
Basics
- Laravel does not care about the used gui framework
- so you could use every css/gui framework – like bootstrap
Bootstrap Framework
...
Important core topics:
- bootstrap grid system
Themes
in order to start from a valid basic gui we could use something like
...
- 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
we use service provider concept, see:
...