Skip to content

Commit 6119b67

Browse files
authored
[Routing] do not install SensioFrameworkExtraBundle
The routing annotations of SensioFrameworkExtraBundle are deprecate since sensiolabs/SensioFrameworkExtraBundle#562 Also the example code in this documentation does not use SensioFrameworkExtraBundle at all but the core annotation as it should be. So installing the SensioFrameworkExtraBundle is pointless.
1 parent 32104ef commit 6119b67

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

routing.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ the change is simple.
2020
Creating Routes
2121
---------------
2222

23-
First, add support for annotations via the SensioFrameworkExtraBundle:
24-
25-
.. code-block:: terminal
26-
27-
$ composer require sensio/framework-extra-bundle
28-
2923
A *route* is a map from a URL path to a controller. Suppose you want one route that
3024
matches ``/blog`` exactly and another more dynamic route that can match *any* URL
3125
like ``/blog/my-post`` or ``/blog/all-about-symfony``:

0 commit comments

Comments
 (0)