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
itsmejyvOP6mo ago
If so, how?
Zen Nitiruj
Zen Nitiruj6mo 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
itsmejyvOP6mo ago
I see , so there's no way to override the design of it.
Solution
Zen Nitiruj
Zen Nitiruj6mo 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?