bouncer
bouncer copied to clipboard
Batch allow/disallow
Is there a way to mass allow or disallow some ability to an array of users? like
Bouncer::allow($users)->to('ability', $object)
Bouncer:: disallow($users)->to('ability', $object)
You can do this with a role, assign the ability to the role, and you can batch assign users to the role.