In the app.php file I changed the locale from "en" to "de". But now accessing "project.test" it shows "Laravel default locale is not in the supportedLocales array.
" in LaravelLocalization file. Do you know how to solve the error?
Maybe is because of a package installed for translation, but I alredy remove the package with "composer remove mcamara/laravel-localization
" it shows another error "Class 'LaravelLocalization' not found
".
Do you know how to properly remove the package and correct the error?
I change from "'locale' => 'en'" to "'locale' => 'de'".