File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ the route name after the command:
3030
3131.. code-block :: bash
3232
33- $ php app /console debug:router article_show
33+ $ php bin /console debug:router article_show
3434
3535 Likewise, if you want to test whether a URL matches a given route, you can
3636use the ``router:match `` console command:
3737
3838.. code-block :: bash
3939
40- $ php app /console router:match /blog/my-latest-post
40+ $ php bin /console router:match /blog/my-latest-post
4141
4242 This command will print which route the URL matches.
4343
Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ variables. The ``escape`` function helps escape any non-JavaScript-safe values:
2323 ) ?>";
2424 </script>
2525
26- .. versionadded :: 2.8
27- The ``path() `` PHP templating helper was introduced in Symfony 2.8. Prior
28- to 2.8, you had to use the ``generate() `` helper method.
29-
3026But if you *actually * need to generate routes in pure JavaScript, consider using
3127the `FOSJsRoutingBundle `_. It makes the following possible:
3228
You can’t perform that action at this time.
0 commit comments