Permission Generator
Getting Super Powers of Permission Generator
If you have a model inside App/Models/Admin/Post.php
then you can generate BREAD permission for that model by using following command
This will generate BREAD permission for all roles
If you want to generate permission for particular role grab the role id then use following command
This will create necessary permission for role having ID 1
If you only want to generate permission flags you can use
Last updated