Local non-breaking dump-tool.
Install client in your project and use.
# Named dump
hump(<name>,<item>);
#anonymous dump
hump(<item>);Adds trace and all globals to each dump.
Sure, just make sure to add the following extra_hosts to your docker-compose.yml:
services:
php:
image: php:8.2-apache
ports:
- 80:80
volumes:
- ../clients/PHP/:/var/www/html/
extra_hosts:
- "host.docker.internal:host-gateway"
