Now in laravel-authz the artisan commands are really cool and useful and maybe can be make more generic.
For example, I have this situation for my roles:
[role_definition] g = _, _ g2 = _, _ g3 = _, _, _
So I ask if it's possible to extends artisan command role:assign to take g,g1,g3 as type parameter, to make easier to insert roles.
Now in laravel-authz the artisan commands are really cool and useful and maybe can be make more generic.
For example, I have this situation for my roles:
[role_definition] g = _, _ g2 = _, _ g3 = _, _, _
So I ask if it's possible to extends artisan command role:assign to take g,g1,g3 as type parameter, to make easier to insert roles.Thanks