Mini-course: How To Create Admin Panel in Laravel 5.4


The final chapter of this mini-course will be a little different. I will show you how to create all those admin panel actions without any coding – with a help of our tool QuickAdminPanel.com.

You may consider it as an advertisement, but it’s actually a natural way to show how much time you can save with the tool. We use it ourselves for client projects, and recommending you to try. So here’s how it works.

Step 1. Create a project

Choose your project name, and change a few more parameters if you wish:

laravel admin panel 01

Then the system creates admin panel for you, and then you click Menus on the left.
By default, your admin panel has only User management and Roles.

laravel admin panel 02

But you can add more CRUDs – just click on Create CRUD menu item and let’s fill the same example from our course for CRUD Authors:

laravel admin panel 03

We can also set permissions for different roles just right here, on the same page:

laravel admin panel 03b

We click Save CRUD and the system generates all necessary Laravel files for us:

laravel admin panel generator

This way we can create more and more CRUDs, including various field types, relationships, settings etc. And, as soon as we’re satisfied, we can download the whole Laravel project code. Then – just unpack it, run composer install, artisan migrate and you have your admin panel. In just a few minutes. Without any coding.

Here’s a quick 2-minute overview of the same QuickAdminPanel in action:

If you want to try our tool yourself for free, click here and create your first admin panel.

Thank you for being with me throughout this mini-course, I hope it was helpful, and if you have any questions or feedback, please email me povilas@laraveldaily.com.

See you next time!