Repository - API - Source
Add stop
command
Allow variables in .env file to set options in the server configuration.
Auth Host: LARAVEL_ECHO_SERVER_AUTH_HOST
Note: This option will fall back to the LARAVEL_ECHO_SERVER_HOST
option as the default if that is set in the .env file.
Host: LARAVEL_ECHO_SERVER_HOST
Port: LARAVEL_ECHO_SERVER_PORT
Debug: LARAVEL_ECHO_SERVER_DEBUG
Return a better error when member data is not present when joining presence channels.
Added CORS support to the HTTP API.
Updated to socket.io v2
npm install -g laravel-echo-server
laravel-echo-server.json
file, remove the section named referrers
. Then follow the instructions to generate an app id and key. The referrers
section has been replaced with clients
.