File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,10 @@ you want one route that matches ``/blog`` exactly and another more dynamic
26
26
route that can match *any * URL like ``/blog/my-post `` or
27
27
``/blog/all-about-symfony ``.
28
28
29
- Routes can be configured in YAML, XML, PHP or annotations. All formats provide
30
- the same features and performance, so choose the one you prefer. If you choose
31
- PHP annotations, run this command once in your application to add support for
32
- them (``SensioFrameworkExtraBundle `` wraps the required dependencies and
33
- provides many useful annotations for cache, security and more!):
29
+ Routes can be configured in YAML, XML, PHP or using annotations. All formats
30
+ provide the same features and performance, so choose the one you prefer. If you
31
+ choose PHP annotations, run this command once in your application to add support
32
+ for them:
34
33
35
34
.. code-block :: terminal
36
35
You can’t perform that action at this time.
0 commit comments