It would be nice to be able to see all permissions in the system
Something along the lines of
php artisan rbac:list --path=foo.bar --users
so that it will return a list of all permissions that contain foo.bar along with the users who are given that permission
It would be nice to be able to see all permissions in the system
Something along the lines of
so that it will return a list of all permissions that contain
foo.baralong with the users who are given that permission