Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Color Admin

View file
namecolor_admin_v1.8.zip
height250

Basics

  • Laravel does not care about the used gui framework
  • so you could use every css/gui framework – like bootstrap

 

Bootstrap Framework

http://getbootstrap.com/

 

...

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:

...