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.
New Flexible Roles-Permissions system – stored in the database
Current QuickAdminPanel user-roles system is pretty basic – two roles, and then permissions are stored in AuthServiceProvider.php after download, so users can change it there. But now we’re introducing something much more flexible.
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.
Announcing upcoming Agency plan and New Pricing
QuickAdminPanel’s journey so far has been incredible in terms of users and popularity, but the same topic appeared again and again – users were telling us that we’re charging too low. The time has come to move up the market and play “serious” game –…
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.