Laravel new blog
composer require laravel/breeze --dev
php artisan breeze:install
and then the steps in the readme
when I access the url: http://blog.test/blog_admin/ i get the error
the error comes from LoadLanguage.php when it try the set the language the first time
Hi
just did a new Laravel app
Laravel new blog composer require laravel/breeze --dev php artisan breeze:install
and then the steps in the readme
when I access the url: http://blog.test/blog_admin/ i get the error the error comes from LoadLanguage.php when it try the set the language the first time
quick fix was like this: