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
itsmejyvOP3mo ago
If so, how?
Zen Nitiruj
Zen Nitiruj3mo 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
itsmejyvOP3mo ago
I see , so there's no way to override the design of it.
Solution
Zen Nitiruj
Zen Nitiruj3mo 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"
Want results from more Discord servers?
Add your server