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 9f7fda4

Browse filesBrowse files
Nitacowouterj
authored andcommitted
Updated first code-block:: bash
The command for executing an console command was wrong. The php command was missing. It will help further readers.
1 parent 41bc061 commit 9f7fda4
Copy full SHA for 9f7fda4

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎cookbook/console/console_command.rst

Copy file name to clipboardExpand all lines: cookbook/console/console_command.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This command will now automatically be available to run:
5959

6060
.. code-block:: bash
6161
62-
$ app/console demo:greet Fabien
62+
$ php app/console demo:greet Fabien
6363
6464
Getting Services from the Service Container
6565
-------------------------------------------

0 commit comments

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