php bin/console debug:config
Dump the current configuration for an extension
Usage
debug:config [--resolve-env] [--] [<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
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
For dumping a specific option, add its path as second argument:
php bin/console debug:config framework serializer.enabled