Filament Shield, how to create different permissions in same role

Hi There,

i am using Filament Shield,
my question is:

how to create different permissions in same role?

example:

Role: USER

Permission
User: John
Resources: Brand
Can: Create, Read, Update

User: Doe
Resources: Brand
Can: Read, Update, Delete

how to achieve that? Thankyou
Solution
yes, thankyou @Vp for your help

i use php artisan permission:show to list out all of the permission
and i wrong , not view_any::users but view_any_other::user
because i put User.php in 'other'
Was this page helpful?