F
Filamentβ€’2w ago
aksl

Laravel permissions / shield

Hi, I'm playing with permissions + Shield. On a resource, I want a role to be able to see a text input but not update it. I can disable the field. But do I have to do a server-side check at update time? Or is there another way? Thanks πŸ™‚
2 Replies
alan
alanβ€’2w ago
Afaik, you don’t have to. disabled is also handled server-side already. Thats Filament magic ✨
aksl
akslOPβ€’2w ago
wow, perfect thanks I couldn't find the info ! πŸ™‚

Did you find this page helpful?