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 c6a5cc9 commit 7513b93Copy full SHA for 7513b93
configuration/environment_variables.rst
@@ -486,6 +486,10 @@ Symfony provides the following env var processors:
486
'auth' => '%env(require:AUTH_FILE)%',
487
]);
488
489
+ .. versionadded:: 4.3
490
+
491
+ The ``require`` processor was introduced in Symfony 4.3.
492
493
``env(trim:FOO)``
494
Trims the content of ``FOO`` env var, removing whitespaces from the beginning
495
and end of the string. This is especially useful in combination with the
0 commit comments