Upgrade to Laravel 5.6 #165
This commit is contained in:
@@ -44,6 +44,13 @@ return [
|
||||
],
|
||||
],
|
||||
|
||||
'logging' => [
|
||||
'channels' => [
|
||||
'single' => ['level' => 'debug'],
|
||||
'daily' => ['level' => 'debug'],
|
||||
],
|
||||
],
|
||||
|
||||
# overrides mail.php
|
||||
'mail' => [
|
||||
'driver' => 'smtp',
|
||||
|
||||
Reference in New Issue
Block a user