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.
16 'default' => env('BROADCAST_DRIVER', 'pusher'),
19 |--------------------------------------------------------------------------
20 | Broadcast Connections
21 |--------------------------------------------------------------------------
23 | Here you may define all of the broadcast connections that will be used
24 | to broadcast events to other systems or over websockets. Samples of
25 | each available type of connection are provided inside this array.
33 'key' => env('PUSHER_KEY'),
34 'secret' => env('PUSHER_SECRET'),
35 'app_id' => env('PUSHER_APP_ID'),
40 'connection' => 'default',