From 6284528b76647eb876f02fb12d0601d51867a8a8 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 18 Jan 2018 08:55:30 -0600 Subject: [PATCH] update driver list --- config/logging.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/logging.php b/config/logging.php index b76f918c..6fe9f072 100644 --- a/config/logging.php +++ b/config/logging.php @@ -24,8 +24,8 @@ return [ | the box, Laravel uses the Monolog PHP logging library. This gives | you a variety of powerful log handlers / formatters to utilize. | - | Available Drivers: "single", "daily", "syslog", - | "errorlog", "custom" + | Available Drivers: "single", "daily", "slack", "syslog", + | "errorlog", "custom", "stack" | */