FilamentF
Filament15mo ago
CGM

How to translate login page

I see there is a language file at vendor/filament/filament/resources/lang/en/pages/auth/login.php

Where/how exactly do I bring this into my own project's lang/ directory to override things?

I've attempted:

lang/vendor/filament/filament/resources/lang/en/pages/auth/login.php
lang/vendor/filament/en/login.php
lang/en/login.php

without any luck.
Solution
php artisan vendor:publish then find the filament lang files in the prompt.
Was this page helpful?