실행 변수를 확인할 수 있는 패키지
https://github.com/beyondcode/laravel-dump-server
sail artisan dump-server
dump('1');
sail(docker 환경) 사용중에는 나오지 않는다.
ports:
- '${APP_PORT:-80}:80'
- '${VITE_PORT:-5173}:${VITE_PORT:-5173}'
- '${DUMP_PORT:-9912}:${DUMP_PORT:-9912}' # here!
sail build --no-cache
이제 잘 나온다.