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 97a3616 commit 9f4cdf7Copy full SHA for 9f4cdf7
reference/configuration/framework.rst
@@ -11,10 +11,10 @@ configured under the ``framework`` key in your application configuration.
11
.. code-block:: terminal
12
13
# displays the default config values defined by Symfony
14
- $ php bin/console config:dump framework
+ $ php app/console config:dump framework
15
16
# displays the actual config values used by your application
17
- $ php bin/console debug:config framework
+ $ php app/console debug:config framework
18
19
.. note::
20
0 commit comments