adding DebugBundle and var-dumper requirement

This commit is contained in:
2021-02-19 22:30:35 +01:00
parent 10078cdf1b
commit 3abe3d2d97
6 changed files with 101 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
debug:
# Forwards VarDumper Data clones to a centralized server allowing to inspect dumps on CLI or in your browser.
# See the "server:dump" command to start a new server.
dump_destination: "tcp://%env(VAR_DUMPER_SERVER)%"