Added Setting.php, [Logs, Messages] Model

This commit is contained in:
Gitea
2025-04-23 17:52:22 +05:30
parent 20ebb7e4a4
commit b799ac3f9a
20 changed files with 1704 additions and 10 deletions

View File

@@ -28,6 +28,9 @@ return [
'env' => env('APP_ENV', 'production'),
'zemail_log' => env('ENABLE_ZEMAIL_LOGS', false),
'beta_feature' => env('APP_BETA_FEATURE', false),
/*
|--------------------------------------------------------------------------
| Application Debug Mode
@@ -79,6 +82,8 @@ return [
*/
'locale' => env('APP_LOCALE', 'en'),
'locales' => ['ar', 'de', 'en', 'fr', 'hi', 'pl', 'ru', 'es', 'vi', 'tr', 'no', 'id'],
'locales_text' => ['Arabic', 'German', 'English', 'French', 'Hindi', 'Polish', 'Russian', 'Spanish', 'Vietnamese', 'Turkish', 'Norwegian', 'Indonesian'],
'fallback_locale' => env('APP_FALLBACK_LOCALE', 'en'),