A
A
AlexeewAlex2020-10-07 09:34:29
Laravel
AlexeewAlex, 2020-10-07 09:34:29

What is the best way to make an admin panel in a Laravel project?

Good afternoon.
There are several ways to create an admin panel in a laravel project.
1) Use a ready-made admin panel like voyager
2) Use Laravel CRUD generator like getcraftable
3) Use nothing, write it yourself from scratch.

1 method disappears if the admin panel is not standard to redefine many views.
getcraftable does not support laravel 8 at the moment, do I understand correctly that if you use some kind of
generator now and then its support stops then it will not be possible to transfer the project to a new version of Laravel?

How do you make the admin panel (what do you use, or from scratch)?
What is the best way to do it in your opinion?
How do you feel about infyom?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sanes, 2020-10-07
@AlexeewAlex

3) Do not use anything, write yourself from scratch.

If you undertake to do on frameworks, then you probably have an atypical task.
Customizing a ready-made admin panel for a task is unlikely to be faster and easier.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question