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