Level 1
resolved! i set enviroment with
app('config')->set('app.locale', $locale);
insert in helpers.php this function
if (! function_exists('setLang')) {
/**
* Set language locale.
*
* @param string $locale
*
*/
function setLang($locale)
{
app('config')->set('app.locale', $locale);
}
}
sorry, i'm a newbie..