Laravel Echo
Laravel Echo is compatible with the PusherJS library. Therefore, its configuration resembles the typical configuration of a PusherJS client such as the example configuration in the previous section of documentation:
Make sure that enabledTransports
is set to ['ws', 'wss']
. If not set, in case of connection failure, the client will try other transports such as XHR polling, which soketi doesn't support.
The MIX_*
environment variables are typically declared in your Laravel application's .env
file:
For SSL configuration, see the Pusher SDK example for SSL.
Next up
Last updated