Upgrade to Laravel 5.6 #165

This commit is contained in:
Nabeel Shahzad
2018-02-19 11:09:56 -06:00
parent 3d9d17d9b9
commit 1bb77e1d4b
5 changed files with 796 additions and 515 deletions

View File

@@ -44,6 +44,13 @@ return [
],
],
'logging' => [
'channels' => [
'single' => ['level' => 'debug'],
'daily' => ['level' => 'debug'],
],
],
# overrides mail.php
'mail' => [
'driver' => 'smtp',