diff --git a/tutorial/auto-routing.rst b/tutorial/auto-routing.rst index 61ce7203..4417f597 100644 --- a/tutorial/auto-routing.rst +++ b/tutorial/auto-routing.rst @@ -132,6 +132,7 @@ First you need to configure the auto routing bundle: persistence: phpcr: enabled: true + route_basepath: /cms/routes .. code-block:: xml @@ -139,7 +140,7 @@ First you need to configure the auto routing bundle: - + @@ -151,6 +152,7 @@ First you need to configure the auto routing bundle: 'persistence' => array( 'phpcr' => array( 'enabled' => true, + 'route_basepath' => '/cms/routes', ), ), ));