+ hvg-blog-general theme

This commit is contained in:
felegy
2022-06-08 21:34:12 +02:00
parent 74c7fd73ce
commit 039d95726c
15 changed files with 333 additions and 13 deletions

11
.dev/020-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}