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