We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3503f98 commit 7069e85Copy full SHA for 7069e85
cookbook/console/generating_urls.rst
@@ -19,6 +19,14 @@ and per Command.
19
Configuring the Request Context globally
20
----------------------------------------
21
22
+.. versionadded: 2.1
23
+
24
+ The host and scheme parameters are available since Symfony 2.1
25
26
+.. versionadded: 2.2
27
28
+ The base_url parameter is available since Symfony 2.2
29
30
To configure the Request Context - which is used by the URL Generator - you can
31
redefine the parameters it uses as default values to change the default host
32
(localhost) and scheme (http). Starting with Symfony 2.2 you can also configure
0 commit comments