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

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. <?php
  2. return [
  3. 'name' => env('APP_NAME', 'Laravel'),
  4. 'env' => env('APP_ENV', 'production'),
  5. 'debug' => (bool) env('APP_DEBUG', false),
  6. 'timezone' => 'Asia/Tehran',
  7. 'locale' => 'fa',
  8. 'fallback_locale' => 'en',
  9. 'faker_locale' => 'fa_IR',
  10. 'cache_ttl' => 60
  11. ];