Answer the question
In order to leave comments, you need to log in
How to deal with the admin site on Laravel 5?
Good afternoon. Making a website on Laravel 5.* The website needs an admin panel to add articles, upload photos, videos, etc. We did not take CMSs because of the too complicated implementation of the functionality on them.
How to be, somehow there is no desire to write the entire admin panel from scratch. Can you recommend solutions? How do you make an admin?
Answer the question
In order to leave comments, you need to log in
If you need pure CRUD, then I recommend this one.
laravel.su/docs/sleepingowl_admin
But again. You abandoned the CMS. There will also be some difficulties with the admin panel if you want to make non-standard functionality. There are such possibilities, but slightly confusing.
If you have a lot of non-standard behavior, then it is better to take an HTML / CSS admin template, for example AdminLTE, and do everything on it. And you won't be limited
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question