Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

kenjivafe's avatar

Filament Panel Profile Customization

Hi all, how can I add ->profile() (edit profile) to a filament panel without changing the current authenticated user's name to "Profile"?

return $panel ->default() ->id('app') ->path('app') ->login() ->registration(Register::class) ->userMenuItems([ MenuItem::make() ->label('Admin') ->icon('heroicon-o-cog-6-tooth') ->url('/admin'), ])

0 likes
1 reply

Please or to participate in this conversation.