“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.
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.
Laravel Package Creators: Let’s Meet the TOP 5 Closer
We use a lot of packages inside Laravel. For free. But do we know the PEOPLE who created them and support us? Let’s recognize their names and faces and give the respect they deserve. Here’s the list of the most “famous” creators with their packages, maybe you will find out some new packages for yourself.
jenssegers/date: Carbon Date and Time in Your Locale
Laravel heavily uses Carbon library for date and time management, but there’s one package that extends Carbon to make it work better with local strings.
Big Day: (alpha) Launch of Vue.js Generator Version
Today we’re releasing the first alpha version of a tool that we worked on for 3-4 months – ability to generate adminpanel with Laravel and Vue.js, so that Laravel serves only as API backend.
Two Laravel Packages to Send SMS with Twilio
Sending SMS is a pretty common way to notify users about some action – like, transaction finished successfully, invoice ready etc. And Twilio is almost a market standard to do that easily. And there are at least two packages for Laravel to make it even…
Advanced Datatables with Laravel: Five Code Examples
In our QuickAdminPanel we use a package called Datatables.net quite a lot – it’s really good to show tables of data. But on top of our generator you can extend it, we will show you how.
[New] Subscription Billing: Stripe-based Module to Charge Customers for SaaS
Today we’ve released a new module in QuickAdminPanel called Subscription Billing. In short, it’s a small competitor of Laravel Spark with much less functionality but it does the core thing – you can add monthly plans to your adminpanel system. Here’s how it works.
Reports and Charts in Laravel: Two Useful Packages
For bigger web-project with a lot of data we usually have to build a reporting system – with export to PDF/Excel, charts and graphs. There are many ways to do it, let’s look at the most popular ones. Update: in February 2019 we released our…