You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
297 B
19 lines
297 B
<?php
|
|
|
|
return [
|
|
'name' => env('APP_NAME', 'Laravel'),
|
|
|
|
'env' => env('APP_ENV', 'production'),
|
|
|
|
'debug' => (bool) env('APP_DEBUG', false),
|
|
|
|
'timezone' => 'Asia/Tehran',
|
|
|
|
'locale' => 'fa',
|
|
|
|
'fallback_locale' => 'en',
|
|
|
|
'faker_locale' => 'fa_IR',
|
|
|
|
'cache_ttl' => 60
|
|
];
|