How to display text on top of all screens/pages
What I am trying to do: I'm trying to display text (the application name) on top of all screens/pages of a filament admin panel.
What I did: Searched Discord, YouTube, and the Docs.
My Issue: I'm sorry, I cannot find it. But i'm still searching.
Solution:Jump to solution
Hi. You can use render hook like this : https://filamentmastery.com/articles/filament-render-hooks-example-with-authentication-pages
Filament Mastery
Filament Render Hooks: example with authentication pages - Filament...
Learn how to customize Filament panels using Render Hooks. Discover the power of clean and maintainable customizations in Filament!
4 Replies
Solution
Hi. You can use render hook like this : https://filamentmastery.com/articles/filament-render-hooks-example-with-authentication-pages
Filament Mastery
Filament Render Hooks: example with authentication pages - Filament...
Learn how to customize Filament panels using Render Hooks. Discover the power of clean and maintainable customizations in Filament!
try for PanelsRenderHook::TOPBAR_START
Use renderhooks.. example
put that in your PanelProvider class
Thank you very much. I will try these and report back.