demonshide
demonshide
FFilament
Created by demonshide on 9/3/2024 in #❓┊help
TitleAttribute doesn't appear in Form Select
No description
4 replies
FFilament
Created by demonshide on 9/1/2024 in #❓┊help
Form Select, titleAttribute does not appear
$query->doesntHave('test')
2 replies
FFilament
Created by demonshide on 8/31/2024 in #❓┊help
How should I use Filament in my system?
In my setup, users can have one of three roles: admin, doctor, or patient. Should I create a separate Admin PanelProvider for each role? Is that possible? My concern is that the default PanelProvider uses "admin" for its ID and path, so I'm wondering if I should create two additional providers with IDs and paths corresponding to each role. Or is it better and more recommended to use a single panel and restrict options based on roles, as is commonly done?
6 replies