sidebar customization
Good afternoon, everyone, how are you?
Is there any way to customize the sidebar?
I would like to add the Jetstream teams select to this sidebar and also customize the Filament user dropdown to add a few more items.
How can I do this?
3 Replies
For the first one you could use a render hook and add a Livewire component.
The other one can be customized via userMenuItems on the panel object.
@Dennis Koch where I should put this hooks ? I mean which file
Both on the panel provider.
"Render Hooks" and "User Menu" are both documented.