Search
Get Started
F
Filament
•
3y ago
Omar
How can I change some texts in my login?
I am using the
"bezhansalleh
/filament
-language
-switch
" library but it does not change some parameters of my login
. Is it possible to manipulate these texts
?
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,392
Members
View on Discord
Was this page helpful?
Yes
No
L
LeandroFerreira
•
10/14/23, 11:27 PM
You could extend the default Login class on the panel
and edit what you need
$panel->login(CustomLogin::class)
$panel->login(CustomLogin::class)