update libraries and config.

This commit is contained in:
James Cole 2020-02-13 20:13:17 +01:00
parent dee6c0e1e4
commit 4cdc2ade01
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 235 additions and 260 deletions

492
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -37,7 +37,7 @@ return [
|
*/
'default' => envNonEmpty('LOG_CHANNEL', 'daily'),
'default' => envNonEmpty('LOG_CHANNEL', 'stack'),
/*
|--------------------------------------------------------------------------
@ -58,7 +58,6 @@ return [
'driver' => 'stack',
'channels' => ['daily', 'stdout'],
],
'single' => [
'driver' => 'single',
'path' => storage_path('logs/laravel.log'),