Help changing the design of the Login page!!!
Guys, I have a special UI design for registration and login page and I want to implement them on filament, but I did not succeed in overriding the login page.
Any help!!!Any help!!!
19 Replies
What did you try? The approach is to override the login page then return your own custom blade view.
How can I do it??
again, what have you tried?
->login(Login::class)
I think I'm 1000% wrong. π
Looks good. Is
->login(Login::class)
also your class? Or did you import the filament class instead?this is my ( Login::class )
Can you share the import/use statement for this to be 100% sure?
Also: You added/changed content to the view file?
use App\Livewire\Admin\Auth\Login;
Yes, I made changes in the new view file to make sure it works but there was no change in the default login blade from filament
What did you change? Some text? Do you have more than 1 panel?
I changed everything first to see the change, I have one panel
Hm. Looks fine to me.
Yes
Solution
@Dennis Koch It worked as soon as I changed the browser.
Uh, weird. Was it cached? π€
I think I was using google chrome.
@Dennis Koch Appreciate your help and your time!
@Dennis Koch Sorry for the inconvenience. If I want to make a complete change to filament-panels::components.layout.simple, how can I do it in a similar way to what we did with the login!!
You would have to publish the view and override it, but be aware that you would have to keep track of any breaking changes in the future. Also the default profile page use the simple layout too, so any changes you make will affect that as well.