Add Laravel Boost package and update app locales

This commit is contained in:
2025-09-22 13:27:33 +05:00
parent 39a444685a
commit 8a14482c07
6 changed files with 913 additions and 1 deletions

View File

@@ -80,6 +80,11 @@ return [
'locale' => env('APP_LOCALE', 'en'),
'locales' => [
'tk',
'ru',
],
'fallback_locale' => env('APP_FALLBACK_LOCALE', 'en'),
'faker_locale' => env('APP_FAKER_LOCALE', 'en_US'),