Skip to content

Commit 4068ac9

Browse files
DRaineritobias-93
authored andcommitted
Update documentation about Symfony 3 command (#273)
* Update commands.rst (by @DRaineri) * Make comments consistent across documentation
1 parent 70ed446 commit 4068ac9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Resources/doc/commands.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ to combine the routes with the other JavaScript files in assetic.
1010

1111
.. code-block:: bash
1212
13+
# Symfony 2
1314
$ php app/console fos:js-routing:dump
15+
16+
# Symfony 3
17+
$ php bin/console fos:js-routing:dump
1418
1519
Instead of the line
1620

@@ -53,6 +57,10 @@ This command lists all exposed routes:
5357

5458
.. code-block:: bash
5559
60+
# Symfony 2
5661
$ php app/console fos:js-routing:debug [name]
62+
63+
# Symfony 3
64+
$ php bin/console fos:js-routing:debug [name]
5765
5866
.. _`Configuring The Request Context Globally`: http://symfony.com/doc/current/cookbook/console/sending_emails.html#configuring-the-request-context-globally

0 commit comments

Comments
 (0)