logo light

Add new link to the panel topbar

Image Description
By: Lara Zeus
  • Published: 25 Mar 2024 Updated: 04 May 2024

add any link or actions to the topbar

Add new link to the panel topbar
  • create a new balde file with your link:

1‹a href="#">
2 title
3</a>
  • 1return $panel
    2 ->renderHook(
    3 'PanelsRenderHook::USER_MENU_BEFORE',
    4 fn () => view('filament.hook.topbar'),
    5 )
Back to Tricks