From 50b9bfb9a75a692ef2174a8be3f101e4ecfc7756 Mon Sep 17 00:00:00 2001 From: Tony Lemke Date: Tue, 3 Jul 2018 16:21:28 +0200 Subject: [PATCH] Removed part about SensioFrameworkExtraBundle The SensioFrameworkExtraBundle is never used in any example and isn't necessary for annotation-based routing. --- routing.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/routing.rst b/routing.rst index 69f5b5a9330..5706a752079 100644 --- a/routing.rst +++ b/routing.rst @@ -20,12 +20,6 @@ the change is simple. Creating Routes --------------- -First, add support for annotations via the SensioFrameworkExtraBundle: - -.. code-block:: terminal - - $ composer require sensio/framework-extra-bundle - A *route* is a map from a URL path to a controller. Suppose you want one route that matches ``/blog`` exactly and another more dynamic route that can match *any* URL like ``/blog/my-post`` or ``/blog/all-about-symfony``: