Generate Laravel adminpanel in minutes - try our QuickAdminPanel!

Category: QuickAdmin

Laravel: How to Make Menu Item Active by URL/Route

Probably one of the most common operation on every website is to assign “active” CSS class to the menu item which is currently opened. There are quite a few ways to detect that status, let’s review them. We assume that the code will be based…

New QuickAdminPanel in 2019: What We’re Working On

We’ve learnt a lot, built good relationships with dozens of customers, and grew out of the initial vision. So in Summer 2018 we started re-creating the product from the ground up. In this article, I will share the thoughts of WHY we’re doing it and WHAT can you expect from new version.

Top 10 Packages to Get More from Laravel Eloquent

At QuickAdminPanel, our goal is to save developer’s time. Laravel Eloquent is a good example of this – its “magic” helps to get things done faster. But on top of that, there are a lot of packages that can help even more. Let’s review the…

How to Customize Datatables: 6 Most-Requested Tips

Our QuickAdminPanel relies on Datatables.net library to show the data. It has quite a lot of settings, options and configurations, so in this article I will show how to use them after downloading your panel.