Separate panels
Hi how can I do separate panels with only some of users can access first panel and some others can access the second panel. Is it possible? I mean the best method to do it because I saw many methods but I want the best or the right way that Filament use.
Solution:Jump to solution
Yes the function
canAccessPanel
returns boolean, so as long as you define your own logic and return bool, you can.4 Replies
Can I do it by roles?
Solution
Yes the function
canAccessPanel
returns boolean, so as long as you define your own logic and return bool, you can.Ok thanks!