mohjacksi's avatar

Admin Panel to start with in Laravel backend project

Hello, I used to play with QuickAdminPanel, it's nice and great, but I don't like to build the entire web app using drag-drop. I'm asking for an advanced web admin scaffold with Laravel, I knew about Nova, it's $99 I want to try it. But what other options do we have? to easily generate what always need in every project. Furthermore, if it supports building APIs somehow it's a plus. if there is any advice or suggestions for building apps like this (out of admin panels) it's welcome :)

0 likes
3 replies
jlrdw's avatar

Just an opinion, but you don't really need an "admin panel". An admin dashboard (admin page) can be built with nav links and authorization used to allow admin in their area. I have never needed one. Of course if you need to see things like metrics, some charts, etc then yes nova has that.

mohjacksi's avatar

@jlrdw are you still fast in building admin area? I mean without using ready tools?

jlrdw's avatar

@mohjacksi once you've done it a couple of times a bunch of the code reusable. But again that was just my thoughts on it that an admin panel package isn't needed unless you need certain other things.

Normally I have a decent top navigation area that requires authorization. I make each nav item into a drop down with other choices as needed.

But I suggest still search github and search for admin panels and try and see what you think of them.

Sounds like you are after something with the graphs, metrics, statistics and that sort of thing.

1 like

Please or to participate in this conversation.