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.
2 parents cb1cb50 + c208077 commit be11ba6Copy full SHA for be11ba6
symfony/routing/6.0/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.0/config/routes.yaml
@@ -0,0 +1,7 @@
+controllers:
+ resource: ../src/Controller/
+ type: annotation
+kernel:
+ resource: ../src/Kernel.php
symfony/routing/6.0/manifest.json
@@ -0,0 +1,6 @@
+{
+ "copy-from-recipe": {
+ "config/": "%CONFIG_DIR%/"
+ },
+ "aliases": ["router"]
+}
0 commit comments