Custom titles or warning banners in admin dashboard
eg, I want to make something like the screenshot.
I tried this, but didnt work https://filamentphp.com/docs/3.x/panels/pages#customizing-the-page-title
6 Replies
Check the plugins on the website. I thinks there’s several options to do this.
You mean this section? https://filamentphp.com/docs/3.x/panels/plugins
Filament
Plugins - Filament
Community made packages for Filament projects, which give you access to awesome new features.
Try using a render hook (https://filamentphp.com/docs/3.x/support/render-hooks#registering-render-hooks).
Make a view called something like 'banner'.
I actually just need to add additional texts, eg, hints, temporary warnings, or any random text.
Does it need to be this complicated (to the extent that we have to use plugins?)
Does it need to be this complicatedFor many this is easier. If you don't want to do this, just use a render hook as Marcel proposed.