Skip to content

Commit

Permalink
Manually update config/app.php for Laravel 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ngm committed Nov 23, 2018
1 parent 9d6411e commit 16ee25a
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions config/app.php
Expand Up @@ -10,6 +10,7 @@
| 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'),
Expand Down Expand Up @@ -107,23 +108,6 @@

'cipher' => 'AES-256-CBC',

/*
|--------------------------------------------------------------------------
| Logging Configuration
|--------------------------------------------------------------------------
|
| Here you may configure the log settings for your application. Out of
| the box, Laravel uses the Monolog PHP logging library. This gives
| you a variety of powerful log handlers / formatters to utilize.
|
| Available Settings: "single", "daily", "syslog", "errorlog"
|
*/

'log' => env('APP_LOG', 'single'),

'log_level' => env('APP_LOG_LEVEL', 'debug'),

/*
|--------------------------------------------------------------------------
| Autoloaded Service Providers
Expand Down

0 comments on commit 16ee25a

Please sign in to comment.