+ heroku docker

This commit is contained in:
felegy
2022-06-10 15:06:45 +02:00
parent 039d95726c
commit e68f6ff23d
17 changed files with 5478 additions and 114 deletions

11
.dev/xdebug.ini Normal file
View File

@@ -0,0 +1,11 @@
zend_extension = xdebug.so
; Xdebug
[XDebug]
xdebug.max_nesting_level = 256
xdebug.show_exception_trace = 0
xdebug.mode = debug
xdebug.start_with_request = yes
xdebug.client_host = ${XDEBUG_HOST}