D
D
darksladen2017-05-09 15:36:35
Laravel
darksladen, 2017-05-09 15:36:35

What is the best way to create an admin panel on laravel?

Help me figure out how to make an admin panel on Laravel ..
Firstly, should I use various ready-made packages for the admin panel or do everything myself? If so, which ones are better to use?
Do I understand correctly that the backend (admin panel) should be completely separate from the front? I understand that even the models should be different, both for the front and for the backend, did I understand correctly?
AdminLte is just an admin view or does it have some functionality?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
D3lphi, 2017-05-09
@darksladen


What is the best way to create an admin panel on laravel?
The word "better" in this context is completely inappropriate. Why? See below.
is it worth using different ready-made packages
It depends on what is your top priority at the moment. If it's development speed, then yes, it's worth it. If you need something original or non-standard, then perhaps you should try to implement the admin panel with your own means. But then again, only if you are sure that you will do it well.
I mean, you need to be able to make up with dignity.
Do I understand correctly that the backend (admin panel) should be completely separate from the front?
What do you mean by "separately"? Put it in a different folder?
I understand that even the models should be different, both for the front and for the backend, did I understand correctly?
Separate models? What else is this for? That is, for the user you will have 2 different models? No, the models are the same.
AdminLte is just an admin view or does it have some functionality?
Template only. There is no functionality, you need to screw it yourself.
Here, by the way, is an excellent Voyager admin panel . Created specifically for Laravel. It, unlike admin lte, also has rich functionality. Yes, and it looks great.

A
Alexander Alexandrovich, 2017-05-09
@tatu

Try also https://github.com/TheOrchid/Platform

D
darksladen, 2017-05-09
@darksladen

Figured out the backpack package! It seems like an ideal solution .. Flexibility is excellent and everything is clear from the documentation, so I recommend it!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question