6 |--------------------------------------------------------------------------
8 |--------------------------------------------------------------------------
10 | This option controls the default broadcaster that will be used by the
11 | framework when an event needs to be broadcast. You may set this to
12 | any of the connections defined in the "connections" array below.
14 | Supported: "pusher", "ably", "redis", "log", "null"
18 'default' => env('BROADCAST_DRIVER', 'null'),
21 |--------------------------------------------------------------------------
22 | Broadcast Connections
23 |--------------------------------------------------------------------------
25 | Here you may define all of the broadcast connections that will be used
26 | to broadcast events to other systems or over websockets. Samples of
27 | each available type of connection are provided inside this array.
35 'key' => env('PUSHER_APP_KEY'),
36 'secret' => env('PUSHER_APP_SECRET'),
37 'app_id' => env('PUSHER_APP_ID'),
39 'cluster' => env('PUSHER_APP_CLUSTER'),
43 // Guzzle client options: https://docs.guzzlephp.org/en/stable/request-options.html
49 'key' => env('ABLY_KEY'),
54 'connection' => 'default',