panel
How can I keep this Jetstream navigation menu inside a Filament panel?
I like Jetstream profile icon, editor and team managment.
10 Replies
Filament
Companies by Andrew Wallo - Filament
A comprehensive multi-tenant authentication and authorization solution designed for Filament, with a focus on company-based tenancy.
You can't. It's a complete separate layout. You can use horizontal nav menu though since v3.
I'm trying to use
->userMenuItems([
'profile' => MenuItem::make()
->label('Profile')
->icon('heroicon-o-user-circle')
->url(static fn () => url(Profile::getUrl())),
])
What exactly do you want to archieve? And what's the issue?
I would like to use Jetstream user profile edit, and team management.
Just build custom pages in Filament and clone the livewire page code from Jetstream
Yes, but I neet to add it to the userMenuItems
So do that with ->userMenuItems() ?
i.e.
Yes, today I'm trying.
Apply that to the panel configuration.