This commit is contained in:
Sebastian Fischlmayr 2024-02-16 09:01:27 +01:00
commit 9767c6bddc
22 changed files with 551 additions and 0 deletions

View file

@ -0,0 +1,6 @@
zend_extension=xdebug
xdebug.mode=develop,debug
xdebug.start_with_request=yes
xdebug.remote_port=9003
xdebug.client_port=9003
xdebug.remote_host=host.docker.internal