Skip to content

Laravel echo + reverb problems #50625

Discussion options

You must be logged in to vote

Okay so basically for me - Laravel Sail was the problem. Basically i had to expose a seperate port - 8080 in my case (but depends on your config - care you might have phpmyadmin there).
Full config:
laravel.test:
build:
context: ./docker/8.3
dockerfile: Dockerfile
args:
WWWGROUP: '${WWWGROUP}'
image: sail-8.3/app
extra_hosts:
- 'host.docker.internal:host-gateway'
ports:
- '${APP_PORT:-80}:80'
- '${VITE_PORT:-5173}:${VITE_PORT:-5173}'
- '${REVERB_SERVER_PORT:-8080}:8080'
environment:
WWWUSER: '${WWWUSER}'
LARAVEL_SAIL: 1
XDEBUG_MODE: '${SAIL_XDEBUG_MODE:-off}'
XDEBUG_CONFIG: '${SAIL_XDEBUG_CONFIG:-client_host=host.docker.internal}'
IGNITION_LOCAL_SITES_PATH: '${PWD}'
volumes:
- '.:/var/www…

Replies: 6 comments 11 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@DorelBesliu
Comment options

@KirinyetBrian
Comment options

Comment options

You must be logged in to vote
2 replies
@dysTOS
Comment options

@andriusgeci
Comment options

Comment options

You must be logged in to vote
6 replies
@krystian-lata
Comment options

@andriusgeci
Comment options

@krystian-lata
Comment options

@andriusgeci
Comment options

@graweb
Comment options

Answer selected by krystian-lata
Comment options

You must be logged in to vote
1 reply
@andriusgeci
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
9 participants