Browse Source

Add log driver to broadcasting connections

Patrick Brouwers 9 years ago
parent
commit
1c4dcea2a2
1 changed files with 4 additions and 0 deletions
  1. 4 0
      config/broadcasting.php

+ 4 - 0
config/broadcasting.php

@@ -39,6 +39,10 @@ return [
             'driver' => 'redis',
             'connection' => 'default',
         ],
+        
+        'log' => [
+            'driver' => 'log',
+        ],
 
     ],