silverbux / laravel-angular-admin

Laravel + Angularjs + Bootstrap + AdminLTE binded by Gulp workflow Admin Dashboard Boilerplate / Starter.
http://silverbux.github.io/laravel-angular-admin/
MIT License
924 stars 414 forks source link

Does this compatible with laravel5-angular-material-starter? #47

Closed followtheart closed 8 years ago

followtheart commented 8 years ago

Does this project compatible with laravel5-angular-material-starter?

Any advice for integration with laravel5-angular-material-starter

silverbux commented 8 years ago

Hi! first what are you trying to achieve?

followtheart commented 8 years ago

I have an project based on laravel5-angular-material-starter,and want to add a admin interface like this project

silverbux commented 8 years ago

i guess you could start by adding your existing angular components (dont forget to import in index.components.js). add your existing backend (laravel codes). add/setup your angular and laravel routes. then finally migrate your views from material design to bootstrap.