© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
4 replies
Lara Zeus

[UI] footer render hook in login page

I added a footer render hook, its normal in all pages except the login page

->renderHook(
    'panels::footer',
    fn(): View => view('filament.hooks.footer'),
)
->renderHook(
    'panels::footer',
    fn(): View => view('filament.hooks.footer'),
)

simple blade:

<div class="text-center text-sm my-2 space-y-2">
  ...
</div>
<div class="text-center text-sm my-2 space-y-2">
  ...
</div>



example: https://demo.larazeus.com/admin/login

I think the
fi-simple-layout
fi-simple-layout
should have
flex-col
flex-col
right?
Screenshot_2023-08-02_at_4.34.54_PM.png
Solution
PR on the way
https://github.com/filamentphp/filament/pull/7417
GitHub
fix render hook footer in simple layout (login,registration..) page...
Changes have been thoroughly tested to not break existing functionality.
New functionality has been documented or existing documentation has been updated to reflect changes.
Visual changes are ex...
fix render hook footer in simple layout (login,registration..) page...
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

Render Hook for footer will not stay in the bottom...
FilamentFFilament / ❓┊help
2y ago
Render hook on top of page subnavigation
FilamentFFilament / ❓┊help
17mo ago
Current Record in Render Hook
FilamentFFilament / ❓┊help
2y ago
Render Hook in middleware problem
FilamentFFilament / ❓┊help
2y ago