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