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
Dan Harrin
Dan Harrin2y ago
Override the footer.blade.php from vendor
Hurruwa
HurruwaOP2y ago
OK Thanks a lot
Maagalhaes
Maagalhaes2y ago
Hello! I looked for the mentioned file, but I couldn't find it. Is adding the footer globally still done the same way? Thanks!!
Dennis Koch
Dennis Koch2y ago
Seems like the file was removed. You can use a render hook panels::scripts.before per panel though
Maagalhaes
Maagalhaes2y ago
I am going to try. Thanks
Dan Harrin
Dan Harrin2y ago
i think there is a footer-specific render hook
Dan Harrin
Dan Harrin2y ago
Maagalhaes
Maagalhaes2y ago
Thanks. This solved my problem.
Dennis Koch
Dennis Koch2y ago
Right. Forgot that usually everything is a Page 😅

Did you find this page helpful?