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
Dennis Koch
Dennis Koch9mo ago
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.
Jorge Roberto
Jorge RobertoOP9mo ago
@Dennis Koch where I should put this hooks ? I mean which file
Dennis Koch
Dennis Koch9mo ago
Both on the panel provider. "Render Hooks" and "User Menu" are both documented.

Did you find this page helpful?