Replies: 1 comment
-
You could make your custom command and override the existing one laravel-permission/src/Commands/CreatePermission.php Lines 8 to 24 in 84f3138 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Considering that the number of my permissions is high, I need to categorize them. For this reason, I have manually added a column called group_name in the permissions table. Now I want to add a possibility to populate the group_name column when I use a command like php artisan permission:create-permission "permission_name".
How can I change the settings for permission:create-permission "permission_name"?
Beta Was this translation helpful? Give feedback.
All reactions