Cant override Login Header Title
Why I can override the Heading but not the Title?
The "Cant override this text" should be "Test"
7 Replies
Check the blade file. I think it's the name of your app
Which blade file?
It is the Name of my app. I changed the App name to "Cant override this text" but I dont want the title to be the app name. I want to repalce it with an image
I dont created any blade file
Yes. So it still uses the default vendor
login.blade.php
. Copy that to your application, set the $view
property and modify it to your needs.
If you generally want a logo instead of your app name (also in the topbar) check the docs.Where do I need to copy the login.blade.php and what do you mean by "set the $view property"?
But I need different logos for login page and top bar
Check the vendor folder and search for filament package.
You need to set a
$view
property on your Livewire class so that Livewire knows that it needs to use that view