Use for problems with laravel-echo, the official laravel WebSocket implementation.
laravel-echo makes it easy to "broadcast" your events over a WebSocket connection. Broadcasting your Laravel events allows you to share the same event names between your server-side code and your client-side JavaScript application.
Laravel-echo comes bundled with all laravel 5.4 and up installations.
There are default configurations for Pusher, Redis and log drivers. Finally a null driver is available to disable broadcasting.
Configuration can be found at config/broadcasting.php
Source: Github repository
Official Documentation: Broadcasting
 
     
     
     
     
     
     
     
     
     
     
     
    