Laravel + FullCalendar: Edit Events with Bootstrap Modal
FullCalendar is probably the most popular jQuery-based calendar solution, but it doesn’t have event editing function. Let’s build that with Laravel and use Bootstrap modal to edit events without refreshing the page.
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…
Marcelo Poma: “QuickAdminPanel-based CRM for the Daily Operation of the Company”
Another case study and mini-interview with one of our customers. It’s really nice to read how people actually use QuickAdminPanel in their businesses, gives us additional motivation to work on it. Now, let’s talk to Marcelo from Lincon. Tell us about your company and what…
How to Add Date Filters to our Reports Generator
In our module called Reports Generator we generate the code without additional date filters, but it may be really useful. So here’s a short instruction how to achieve that.
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.
“Multi-Tenancy” Extended: User may Belong to Multiple Teams
After releasing our “Teams multi-tenancy” module, we’ve got a few comments and questions about some settings, the most popular was multiple teams for one user. It’s pretty hard to extend the generator for it, so we decided to build a demo-project instead.
James from Kommunity Labs: “QuickAdminPanel Saves Me At Least 1 Day of Coding”
While talking to our customers, we’ve found one fascinating story of James who created the foundation of his project Kommunity Labs with our generator. Let’s find out more and get some inspiration.
New Module: Teams Multi-Tenancy
Today we’ve released a new module in our QuickAdminPanel Generator – called Teams Multi-Tenancy. We already had a module for “simple” multi-tenancy, where every user could access only their entries, but many customers asked us to extend it to teams or companies. So we did it.
How to Add Multi-Language Models to Laravel QuickAdminPanel
A few customers asked us for a new function – ability to have multi-language models. We could have built it into our generator, but there’s a package that does 99% of that, so why reinvent the wheel instead of recommending a good alternative? So here’s an article with demo-version how to use dimsav/laravel-translatable into our admin panel.