8000
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 84fb7fa commit d641f71Copy full SHA for d641f71
reference/configuration/framework.rst
@@ -190,6 +190,7 @@ Configuration
190
191
* `router`_
192
193
+ * `default_uri`_
194
* `http_port`_
195
* `https_port`_
196
* `resource`_
@@ -1145,6 +1146,14 @@ The type of the resource to hint the loaders about the format. This isn't
1145
1146
needed when you use the default routers with the expected file extensions
1147
(``.xml``, ``.yaml``, ``.php``).
1148
1149
+default_uri
1150
+.........
1151
+
1152
+**type**: ``string``
1153
1154
+The default URI used to generate URLs in a non-HTTP context (see
1155
+:doc:`/routing`#generating-urls-in-commands).
1156
1157
http_port
1158
.........
1159
0 commit comments