Design question: multiple panels?
So I'm new to filament and trying to wrap my head around the best way to use it. I'm designing a data management app with no public facing components. There will be an Owner role, an Admin role, and a User role. The idea is the Owner is mostly going to be hands off and will designate Admins, who will normally be the ones responsible for managing users and their permissions for accessing the data. The Owner and Admins will have full access to the data, whereas Users will have varying permissions. My question is, does it make sense to wrap everything under a single panel and prevent User access to certain admin specific pages, or is it better to split the Users out to a separate panel?
1 Reply
I belive you can resolve all this things using https://filamentphp.com/plugins/bezhansalleh-shield
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.