Set up Role Based Access Control
I have Installed filament 3.x on my laravel project, I'm using tall stack laravel 11.x, livewire 3.x, alpinejs and tailwind.
I have the admin for filament i can login my user table has a column role and has 3 roles "admin", 'reseller' and 'client' , based on the role of the user i want to Set up Role Based Access Control in my app, what is the best practice to do this
Thank you
1 Reply
There is the shield plugin for that