PiGIon
PiGIon
FFilament
Created by PiGIon on 5/11/2024 in #❓┊help
Filament panel labels won't show up
thank you!
13 replies
FFilament
Created by PiGIon on 5/11/2024 in #❓┊help
Filament panel labels won't show up
omg @Dan Harrin it was that
13 replies
FFilament
Created by PiGIon on 5/11/2024 in #❓┊help
Filament panel labels won't show up
APP_FALLBACK_LOCALE=us at .env
13 replies
FFilament
Created by PiGIon on 5/11/2024 in #❓┊help
Filament panel labels won't show up
yep
13 replies
FFilament
Created by PiGIon on 5/11/2024 in #❓┊help
Filament panel labels won't show up
config/app.php
83: 'fallback_locale' => env('APP_FALLBACK_LOCALE', 'en'),
config/app.php
83: 'fallback_locale' => env('APP_FALLBACK_LOCALE', 'en'),
13 replies
FFilament
Created by PiGIon on 5/11/2024 in #❓┊help
Filament panel labels won't show up
php artisan filament:upgrade && php artisan config:cache && php artisan cache:clear && php artisan serve doesn't solve it too
13 replies
FFilament
Created by PiGIon on 5/11/2024 in #❓┊help
Filament panel labels won't show up
Yes my current language is the default for laravel 'locale' => env('APP_LOCALE', 'en'), 'fallback_locale' => env('APP_FALLBACK_LOCALE', 'en'), 'faker_locale' => env('APP_FAKER_LOCALE', 'en_US'),
13 replies