'null', // Broadcast Connections // Here you may define all of the broadcast connections that will be used // to broadcast events to other systems or over websockets. Samples of // each available type of connection are provided inside this array. 'connections' => [ // Default options removed since we don't use broadcasting. 'log' => [ 'driver' => 'log', ], 'null' => [ 'driver' => 'null', ], ], ];