Using laravel websockets package in docker environment Using laravel websockets package in docker environment docker docker

Using laravel websockets package in docker environment


maybe try to edit the .env file to use host.docker.internallike so

PUSHER_APP_ID=123456789PUSHER_APP_KEY=AZERTYUIOPPUSHER_APP_SECRET=QSDFGHJKLMWXCVBNPUSHER_APP_CLUSTER=mt1PUSHER_APP_HOST=host.docker.internal

after than run php artisan config:cache