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 3c9d3a0 commit 5075359Copy full SHA for 5075359
symfony/routing/6.1/config/packages/routing.yaml
@@ -0,0 +1,12 @@
1
+framework:
2
+ router:
3
+ utf8: true
4
+
5
+ # Configure how to generate URLs in non-HTTP contexts, such as CLI commands.
6
+ # See https://symfony.com/doc/current/routing.html#generating-urls-in-commands
7
+ #default_uri: http://localhost
8
9
+when@prod:
10
+ framework:
11
12
+ strict_requirements: null
symfony/routing/6.1/config/routes.yaml
@@ -0,0 +1,3 @@
+controllers:
+ resource: ../src/Controller/
+ type: attribute
symfony/routing/6.1/manifest.json
@@ -0,0 +1,9 @@
+{
+ "copy-from-recipe": {
+ "config/": "%CONFIG_DIR%/"
+ },
+ "aliases": ["router"],
+ "conflict": {
+ "symfony/framework-bundle": "<5.3"
+ }
+}
0 commit comments