This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Releases: tlaverdure/laravel-echo-server
Releases · tlaverdure/laravel-echo-server
1.6.2
Redis Prefixing
Add support for Redis prefixing (#464).
Note: Requires Laravel Framework 6.5.2+ to work properly.
Usage:
{
"databaseConfig": {
"redis": {
"keyPrefix": "laravel_database_"
}
}
}
Stop Command
This release introduces a stop command to kill the running server.
Docs and Config updates
Enable CORS for HTTP API
Allow CORS configuration of the HTTP API.
1.3.1
1.3.0
Added support for wildcard and multiple domains in the authHost option.