diff --git a/config/logging.php b/config/logging.php index d526b64d..06297cd6 100644 --- a/config/logging.php +++ b/config/logging.php @@ -127,6 +127,10 @@ return [ 'path' => storage_path('logs/laravel.log'), ], + 'flare' => [ + 'driver' => 'flare', + ], + ], ];