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 22771ee commit 33eaa39Copy full SHA for 33eaa39
app/config/config_prod.yml
@@ -1,6 +1,14 @@
1
imports:
2
- { resource: config.yml }
3
4
+# In production environment you should know that the parameters for URL generation
5
+# always pass the requirements. Otherwise it would break your link (or even site with
6
+# strict_requirements = true). So we can disable the requirements check completely for
7
+# enhanced performance with strict_requirements = null.
8
+framework:
9
+ router:
10
+ strict_requirements: null
11
+
12
#doctrine:
13
# orm:
14
# metadata_cache_driver: apc
0 commit comments