PHP Classes

File: config/app.php

Recommend this page to a friend!
  Classes of Leonardo Di Sarli   Ala PHP API Micro-Framework   config/app.php   Download  
File: config/app.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Ala PHP API Micro-Framework
Generate base code for API using a query builder
Author: By
Last change:
Date: 6 months ago
Size: 310 bytes
 

Contents

Class file image Download
<?php

return [
   
'name' => env('APP_NAME', 'Laravel'),
   
'env' => env('APP_ENV', 'production'),
   
'timezone' => env('APP_TIMEZONE', 'UTC'),
   
'locale' => 'en',
   
'fallback_locale' => 'en',
   
'jwt_app_secret' => env('JWT_APP_SECRET'),
   
'key' => env('APP_KEY'),
   
'cipher' => 'AES-256-CBC',
];