topNavigation setting for each user
How we can adjust setting for each user for On/Off topNavigation()?
I want each user to be able to do this setting themselves and have it stored in the database for each user separately, for example by adding a field such as
is_topmenu
3 Replies
You can get the current panel inside a middleware and change the config there.
How can I get the current panel inside a middleware?
Filament::currentPanel()