Monday, March 13, 2017

Laravel admin panel for existing project

I am now developing a project with Laravel 5.4 I need to add an Admin Panel over this existing project, but from what I see, there are quite few options for that. One option is AdminLTE, but documentation on installing over existing project is very undetailed. It also requires me to delete default Laravel Auth Controller, which is really not an option for me, because I've done a lot of changes in it.

Can you please recommend any admin panel that would be easy to install on existing project ? Or should I write it myself ? But I'm not sure I can handle it.



via Nicolae Cojocaru

Advertisement