Update logging for Laravel 5.6 #1221

This commit is contained in:
James Cole
2018-03-07 20:47:39 +01:00
parent 49d0ed0c1b
commit 47c9f1e9b8
7 changed files with 112 additions and 32 deletions

View File

@@ -28,6 +28,9 @@ REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
# The log channel defines where your log entries go to.
LOG_CHANNEL=dailytest
MAIL_DRIVER=log
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525