Laravel: Roles/Permissions in QuickAdminPanel 2019
Demo video on how we handle roles/permissions in QuickAdminPanel. Feel free to copy our approach without even using our code generator. But if you do want to try it out, go to
Contents:
[00:20] Creating new panel and one CRUD Articles
[01:05] Generated/Downloaded Panel: Manage Roles/Permissions
[03:07] How it Works in the Code: Gates, Middlewares, @can etc.
[07:27] Adding a New Custom Permission without QuickAdminPanel