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
2626route that can match *any * URL like ``/blog/my-post `` or
2727``/blog/all-about-symfony ``.
2828
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:
3433
3534.. code-block :: terminal
3635
You can’t perform that action at this time.
0 commit comments