Laravel Sail (Docker)
For Laravel Sail, you may utilize soketi's Docker images by adding a new service in your docker-compose.yaml
file:
After adding the server definition to your application's docker-compose.yml
file, you should configure your broadcasting environment variables as well as the broadcasting driver:
What to do next
Last updated