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 d57db81

Browse filesBrowse files
committed
minor #9294 Use the proper path of version 2.x (Romain)
This PR was submitted for the 2.8 branch but it was merged into the 2.7 branch instead (closes #9294). Discussion ---------- 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. Commits ------- 9f4cdf7 Use the proper path of version 2.x
2 parents 97a3616 + 9f4cdf7 commit d57db81
Copy full SHA for d57db81

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.