php bin/console debug:config
Dump the current configuration for an extension
Usage
debug:config [--resolve-env] [--format FORMAT] [--] [<name> [<path>]]
Arguments
name The bundle name or the extension alias
path The configuration option path
Options
--resolve-env Display resolved environment variable values instead of placeholders
--format The output format ("txt", "yaml", "json")
Help
The debug:config command dumps the current configuration for an
extension/bundle.
Either the extension alias or bundle name can be used:
php bin/console debug:config framework
php bin/console debug:config FrameworkBundle
The --format option specifies the format of the configuration,
these are "txt ", "yaml ", "json ".
php bin/console debug:config framework --format=json
For dumping a specific option, add its path as second argument:
php bin/console debug:config framework serializer.enabled