slack driver config

This commit is contained in:
Taylor Otwell 2018-01-18 08:53:51 -06:00
parent ff0bec857e
commit f6e0fd7ac3

View File

@ -48,6 +48,14 @@ return [
'days' => 7,
],
'slack' => [
'driver' => 'slack',
'url' => env('LOG_SLACK_URL'),
'username' => 'Laravel Log',
'emoji' => ':boom:',
'level' => 'critical',
],
'syslog' => [
'driver' => 'syslog',
'level' => 'debug',