8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45a7f2 commit a50ccefCopy full SHA for a50ccef
bundles/installation.rst
@@ -133,6 +133,21 @@ The output will look like this:
133
node_paths: []
134
# ...
135
136
+.. tip::
137
+
138
+ For complex bundles that define lots of configuration options, you can pass
139
+ a second optional argument to the ``config:dump-reference`` command to only
140
+ display a section of the entire configuration:
141
142
+ .. code-block:: terminal
143
144
+ $ bin/console config:dump-reference AsseticBundle use_controller
145
146
+ # Default configuration for "AsseticBundle" at path "use_controller"
147
+ use_controller:
148
+ enabled: '%kernel.debug%'
149
+ profiler: false
150
151
Other Setup
152
-----------
153
0 commit comments