List of 21 Artisan Make Commands with Parameters [Updated 2019]
Laravel has awesome set of artisan commands, probably the most often used are make:xxx – like make:model or make:migration etc. But do you know all 16 of them? And, moreover, do you know their parameters which may help to make the code even quicker?
System Calendar: add one or more CRUD sources to the calendar
Another new module in our QuickAdminPanel. Calendar is one of the most popular functions in web-projects, so we decided to build a function to gather your CRUDs data into one calendar.
Soft-Deletes: now with Restore and Permanent Delete
When creating CRUD in QuickAdminPanel, you can tick the checkbox “Soft-deletes”, and it would automatically add th functionality of deleted_at to your model. But now we’re expanding this feature beyond just hiding soft-deleted entries. Now you will be able to view them and restore/delete.
Request a Laravel version upgrade for your panel
One of the requested features for our new Agency plan was ability to upgrade Laravel version for the admin panel and re-generate the code. So we’ve done exactly that.
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.