|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
| This value is the name of your application. This value is used when the
| framework needs to place the application's name in a notification or
| any other location as required by the application or its packages.
'name' => env('APP_NAME', 'Laravel'),
|--------------------------------------------------------------------------
| Application Environment
|--------------------------------------------------------------------------
| This value determines the "environment" your application is currently
| running in. This may determine how you prefer to configure various
| services the application utilizes. Set this in your ".env" file.
'env' => env('APP_ENV', 'production'),
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
| When your application is in debug mode, detailed error messages with
| stack traces will be shown on every error that occurs within your
| application. If disabled, a simple generic error page is shown.
'debug' => env('APP_DEBUG', false),