php bin/console debug:config
Dump the current configuration for an extension
Usage
debug:config [<name> [<path>]]
Arguments
name The bundle name or the extension alias
path The configuration option path
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