homepage, new newsletter section, multilang support

This commit is contained in:
elvira
2026-08-08 14:50:10 +03:00
parent bf8b9219fc
commit e46276a31b
26 changed files with 1580 additions and 547 deletions
+14 -1
View File
@@ -78,12 +78,25 @@
|
*/
'locale' => env('APP_LOCALE', 'en'),
'locale' => env('APP_LOCALE', 'el'),
'fallback_locale' => env('APP_FALLBACK_LOCALE', 'en'),
'faker_locale' => env('APP_FAKER_LOCALE', 'en_US'),
/*
|--------------------------------------------------------------------------
| Available Locales
|--------------------------------------------------------------------------
|
| The locales the site is served in, and the ones allowed as the
| {locale} route segment (see routes/web.php and SetLocale middleware).
| Greek is the primary/default market, English is secondary.
|
*/
'available_locales' => ['el', 'en'],
/*
|--------------------------------------------------------------------------
| Encryption Key