Generate Laravel adminpanel in minutes - try our QuickAdminPanel!

Category: QuickAdmin

Why you need AJAX (Server-Side) Datatables?

Our admin panel generator is using Datatables.net to present the tables. It’s perfect for small tables, but for bigger amounts of data it becomes slower. That’s why you need to go server-side.

Changing QuickAdminPanel theme: from AdminLTE to Gentelella

One of the most common questions from our clients is how to change a default downloaded admin panel theme. We use a mega-popular AdminLTE, but you may want to have your own style, and it’s fine. We will show you an example – how to…

Soft-Deletes: now with Restore and Permanent Delete

When creating CRUD in QuickAdminPanel, you can tick the checkbox “Soft-deletes”, and it would automatically add th functionality of deleted_at to your model. But now we’re expanding this feature beyond just hiding soft-deleted entries. Now you will be able to view them and restore/delete.

Showcase your panel to clients: give them “special” access

After working on your admin panel for a while, you probably want to show progress to the client. For that, you download the project, put it somewhere on your server and give the link to the client? You don’t have to do that anymore – we will provide a special collaborator access.

“Combined” migrations – even after many CRUD changes

One of the new features we are presenting for Agency plan customers this week is ability to have database migrations “clean”. Up until now, we were creating a new migration file for every change in CRUD – like field added/deleted/updated. Now you have another option.