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.
2 parents 03fe3f4 + 01e3f57 commit b5d634dCopy full SHA for b5d634d
reference/configuration/debug.rst
@@ -8,14 +8,14 @@ key in your application configuration.
8
.. code-block:: terminal
9
10
# displays the default config values defined by Symfony
11
- $ php bin/console config:dump-reference framework
+ $ php bin/console config:dump-reference debug
12
13
# displays the actual config values used by your application
14
- $ php bin/console debug:config framework
+ $ php bin/console debug:config debug
15
16
# displays the config values used by your application and replaces the
17
# environment variables with their actual values
18
- $ php bin/console debug:config --resolve-env framework
+ $ php bin/console debug:config --resolve-env debug
19
20
.. note::
21
0 commit comments