[tags]symfony, yaml, configuration, web debug, debug[/tags] There’s no doubt that yaml configuration files in symfony can be troublesome to debug.
The symfony web debugger comes to the rescue.
Let’s say you’re app.yml has the following:
app: admin: email: me@example.com
In your development environment you can look at click on “vars & config” and [...]


