FilamentF
Filament3y ago
Gush

RenderHook bottom of the Menu

Hey,

Im was trying to put a logo in the bottom of the sidebar.

Filament::registerRenderHook(
                'sidebar.end',
                fn (): View => view('filament.logoIPT.logo'),
            );


but the code above renders it just after the last menu item, not on the bottom...

any work around this? Thanks
image.png
Solution
I think I used CSS and added margin to the bottom of the sidebar and positioned the element at the bottom of the container with a position absolute
Was this page helpful?