mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Mise en place d'un squelette temporaire fonctionnel d'application Symfony. - Ajout bundles debug & runtime pour une implémentation standard - Configuration minimale - .env file in specific directory - Frontal application app.php
6 lines
261 B
YAML
6 lines
261 B
YAML
when@dev:
|
|
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)%"
|