Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9f4cdf7

Browse filesBrowse files
Romainjaviereguiluz
authored andcommitted
Use the proper path of version 2.x
This doc used the path added as of version 3.x. In version 2.x, it has to be app/foo for the commands.
1 parent 97a3616 commit 9f4cdf7
Copy full SHA for 9f4cdf7

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎reference/configuration/framework.rst

Copy file name to clipboardExpand all lines: reference/configuration/framework.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ configured under the ``framework`` key in your application configuration.
1111
.. code-block:: terminal
1212
1313
# displays the default config values defined by Symfony
14-
$ php bin/console config:dump framework
14+
$ php app/console config:dump framework
1515
1616
# displays the actual config values used by your application
17-
$ php bin/console debug:config framework
17+
$ php app/console debug:config framework
1818
1919
.. note::
2020

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.