RBAC in Multi Tenant system
Hi Everyone,
I'm creating an Multi Tenant system and i want to implement RBAC - can you please help me to suggest what would be the best way to implement this - If you have any working example or a link to a github repo please help to share.
Thanks
2 Replies
How about these two, have you tried them?
https://filamentphp.com/docs/4.x/users/tenancy
https://filamentphp.com/plugins/bezhansalleh-shield
As for shield, if you are using v4, you can check this
https://github.com/bezhanSalleh/filament-shield/issues/589
Filament
Shield by Bezhan Salleh - Filament
The easiest and most intuitive way to add access management to your Filament Panel's Resources, Pages & Widgets through spatie/laravel-permission.
GitHub
Request for v4 Stable Compatibility Update · Issue #589 · bezhanS...
First of all, thank you for your great work on this plugin. I noticed that Filament v4 has officially reached a stable release on August 12, 2025. I’m wondering when this plugin will be updated to ...
@YuXin Zhai Yes, I wanted use Shield but since they don't have a stable version available for V4 - I'll wait for this one.