Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

joana's avatar
Level 1

Create admin panel from scratch

Hello. I want to create an admin panel from scratch in Laravel. Can you suggest me a tutorial from the series of laravel that is related to this?

0 likes
9 replies
joana's avatar
Level 1

Hello. Thank you. But can you send me a video more specific? I want to create an admin panel like QuickAdmin that is managed only from 1 user, called admin. How can I put a condition like: if (user="admin") , sends to admin panel, otherwise it goes to the website for other users

joana's avatar
Level 1

What about any video to create the admin panel?

tylernathanreed's avatar

@joana There isn't a video that covers Admin Panels specifically. You'll only find videos that will teach you how to create and use the tools required to construct an Admin Panel (Controllers, Auth, Charts, etc.). These concepts won't be taught within the context of building an Admin Panel, they'll be geared towards a general use-case so that they can apply to several people.

You'll have to figure out how to apply these concepts yourself. I would recommend looking at existing Admin Panels, and refactor them for a Laravel environment. Or you could build one yourself from scratch.

3 likes
ohffs's avatar

@gdbhosale you're coming across a bit 'spammy' replying to all these old threads with the same canned response...

1 like

Please or to participate in this conversation.