how to define a global footer?
I want to define a global footer for all the app. I have found the getFooter() function but that only change for 1 page.
Thanks in advance.
10 Replies
Override the footer.blade.php from vendor
OK
Thanks a lot
Hello!
I looked for the mentioned file, but I couldn't find it. Is adding the footer globally still done the same way?
Thanks!!
Seems like the file was removed. You can use a render hook
panels::scripts.before
per panel thoughI am going to try. Thanks
i think there is a footer-specific render hook
Thanks. This solved my problem.
Right. Forgot that usually everything is a Page π
I found this and works fine for me:
https://laraveldaily.com/post/filament-add-theme-footer-with-render-hooks
Laravel Daily
Filament: Add Theme Footer with Render Hooks