JosephSilber / bouncer

Laravel Eloquent roles and abilities.
MIT License
3.43k stars 330 forks source link

Question: How can I get certain model Instance's users with ability 'update' ? #633

Open greeto opened 1 year ago

greeto commented 1 year ago

I've:

The Question: How can I get all users that related to the specific project? The idea is to do something like Github contributes. so I'm adding each user to the Model(Project)

laravelbap commented 5 months ago

Hello. Did you maybe solve this ?