F
F
FasterTans2021-01-05 17:37:11
Laravel
FasterTans, 2021-01-05 17:37:11

Which admin panel in Laravel should I choose?

What free admin panels do you use?
Interested in the rapid deployment of the admin panel on Laravel. So as not to write all sorts of filters \ sorting and so on with your hands.
Take a conditional blog. to display convenient CRUD posts with filters, customization,
etc. )

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Ilya Chubarov, 2021-01-06
@FasterTans

Of the free ones, I can recommend orchid . I will
list the pros:
- Good for customization
- Free
- Documentation in Russian + the developer is also Russian (I'm not a supporter of only Russian, on the contrary, for everything English), but often directly addressed the developer, solved some issues, in Russian it was of course easier.
- Excellent support, regularly updated and telegram is a constant movement.
- Out of the box there is sorting, filters
- Out of the box some kind of UI Kit which minimizes the time spent on drawing the interface
Cons:
- Own approach to development and terms, you need to spend time to study, but that's it, any solution takes time to study.
You can read the rest in the documentation.

V
vism, 2021-01-05
@vism

In general, rich experience says that it’s easier to write copy-paste yourself, if you like.
Very often there are different needs outside the scope of the packages.
As if the basic functionality quickly implement, and then you have to suffer.

D
Dmitry, 2021-01-05
@DKWLB

I once tried october cms, voyager, but in the end I wrote all the cores myself. Spat but wrote. As a result, everything came down to one / two vue components, into which I stupidly fill in the model and columns that I need. Well, if some non-standard columns, then slots. On a clean chest, I did not dare to do the admin panel.
With the release of 8k and livewire, I admit that it will be easier to implement similar functionality (component) on the blade.
As for $100, I've been watching one channel on the pipe lately. Lithuanian leads. So they have developed a paid admin panel generator. I think you understand what I mean. I didn’t particularly delve into how much, but he manages it quite quickly.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question