Team Accounts – manage many admin panels within your development team
Another new function for our new Agency plan is ability to, well, manage their agencies or teams. Creating separate accounts for their team members and assigning individual admin panels.
Integration with Github/Bitbucket – no more downloading files after updates
Probably the most often question from our customers is how to update admin panel after downloading it, like if you want to add another CRUD or field. Today we’re presenting a “proper” way of handling it – uploading the updates to your Github or Bitbucket repository, available for Agency plan customers.
Whitelabeled admin panel – no “quickadmin” mentioned in the code
One of the functions for our new Agency plan is whitelabeling. Customers were asking how they can present admin panels to the clients, without them noticing that it was generated by a tool like ours. So we have a solution.
Top 3 File Manager Packages for Laravel
Handling files is one of a usual routine in most web-projects, but it’s not so easy to build from scratch: file extensions, upload, thumbnails, security etc. So on top of Laravel Filesystem there are a few useful packages to help you.
Multi-file upload: add multiple files in one field
Another new function in QuickAdminPanel – a “magic” checkbox that will allow you to add multiple files in your field type “file” or “photo”.
New Module “Internal Notifications”: Notify Your Users Easily
Another new module I want to show you today is called “Internal Notifications”. Basically, if you want to notify the users of your system about new events and add a link to it, you can do it easily now.
New Module “Active User Filter”: Restricting Entries Only for Users Who Created Them
Another new long-awaited feature is filtering the entries by their authors, in other words – kind of a multi-tenant application where users see only the data they entered. Now we have a module for that! Let’s see how it works.
NEW: Add Child Records to Parent Create Form
Another step forward in our QuickAdminPanel – expanding the functionality of belongsTo relationship. Now you can choose to add “child” entries directly within a “parent” entry form. Here’s how it looks.
New: Show Extra Fields in Relationship Column
Another small but useful function in QuickAdminPanel – now, while choosing a belongsTo Relationship field type, you can choose to show extra columns from parent table in child’s list.
New Module: Registration for New Users
By default, our admin panel has User Management and ability to log in. But now you will be able to allow new users to register. With a few additional settings, let’s see how it works.