Can I customize the login page of filament?

No description
Solution:
If you say design it is even more simple, by just publish views and edit the file you want. php artisan vendor:publish --tags="filament-panels-views"...
Jump to solution
4 Replies
itsmejyv
itsmejyvOP5mo ago
If so, how?
Zen Nitiruj
Zen Nitiruj5mo ago
You may use your own login class like this
$panel->login([\Laravel\Fortify\Http\Controllers\AuthenticatedSessionController::class, 'create'])
$panel->login([\Laravel\Fortify\Http\Controllers\AuthenticatedSessionController::class, 'create'])
itsmejyv
itsmejyvOP5mo ago
I see , so there's no way to override the design of it.
Solution
Zen Nitiruj
Zen Nitiruj5mo ago
If you say design it is even more simple, by just publish views and edit the file you want. php artisan vendor:publish --tags="filament-panels-views"

Did you find this page helpful?