Justin.Rhodes
Justin.Rhodes
FFilament
Created by SuperUserDo on 12/11/2024 in #❓┊help
Hide Profile Menu Item
No description
13 replies
FFilament
Created by SuperUserDo on 12/11/2024 in #❓┊help
Hide Profile Menu Item
return $panel
->userMenuItems([
'profile' => MenuItem::make()
->icon('heroicon-o-sparkles')
->label(__('Profile'))
->url('/dashboard/profile'),
])
->profile()
return $panel
->userMenuItems([
'profile' => MenuItem::make()
->icon('heroicon-o-sparkles')
->label(__('Profile'))
->url('/dashboard/profile'),
])
->profile()
13 replies
FFilament
Created by SuperUserDo on 12/11/2024 in #❓┊help
Hide Profile Menu Item
Since you have a Profile MenuItem registered, you could instead register the first menu item as your Profile item to override it.
13 replies