Hello, I'm Brazilian and I wanted to leave the default Portuguese language, without the user needing this changing, how do I do it?
RafaelHenriques Go to config/app.php
Change 'locale' => env('APP_LANGUAGE', 'en'), to 'locale' => env('APP_LANGUAGE', 'br'),
'locale' => env('APP_LANGUAGE', 'en'),
'locale' => env('APP_LANGUAGE', 'br'),