From 48f17690203b8316b8660f6d2fd66927c7ca3ba7 Mon Sep 17 00:00:00 2001 From: Maxime Steinhausser Date: Fri, 10 Jan 2020 21:43:01 +0100 Subject: [PATCH] [Router] Add recipe for 5.1 router default URI config --- symfony/routing/5.1/config/packages/prod | 1 + symfony/routing/5.1/config/packages/routing.yaml | 7 +++++++ symfony/routing/5.1/config/routes.yaml | 1 + symfony/routing/5.1/manifest.json | 1 + 4 files changed, 10 insertions(+) create mode 120000 symfony/routing/5.1/config/packages/prod create mode 100644 symfony/routing/5.1/config/packages/routing.yaml create mode 120000 symfony/routing/5.1/config/routes.yaml create mode 120000 symfony/routing/5.1/manifest.json diff --git a/symfony/routing/5.1/config/packages/prod b/symfony/routing/5.1/config/packages/prod new file mode 120000 index 00000000..aa93e6e4 --- /dev/null +++ b/symfony/routing/5.1/config/packages/prod @@ -0,0 +1 @@ +../../../4.2/config/packages/prod/ \ No newline at end of file diff --git a/symfony/routing/5.1/config/packages/routing.yaml b/symfony/routing/5.1/config/packages/routing.yaml new file mode 100644 index 00000000..b45c1cec --- /dev/null +++ b/symfony/routing/5.1/config/packages/routing.yaml @@ -0,0 +1,7 @@ +framework: + router: + utf8: true + + # Configure how to generate URLs in non-HTTP contexts, such as CLI commands. + # See https://symfony.com/doc/current/routing.html#generating-urls-in-commands + #default_uri: http://localhost diff --git a/symfony/routing/5.1/config/routes.yaml b/symfony/routing/5.1/config/routes.yaml new file mode 120000 index 00000000..fdfb9caa --- /dev/null +++ b/symfony/routing/5.1/config/routes.yaml @@ -0,0 +1 @@ +../../4.2/config/routes.yaml \ No newline at end of file diff --git a/symfony/routing/5.1/manifest.json b/symfony/routing/5.1/manifest.json new file mode 120000 index 00000000..5fe6af0e --- /dev/null +++ b/symfony/routing/5.1/manifest.json @@ -0,0 +1 @@ +../4.2/manifest.json \ No newline at end of file