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 9cf0e00 commit 91bc8e9Copy full SHA for 91bc8e9
components/runtime.rst
@@ -351,6 +351,8 @@ The following options are supported by the ``SymfonyRuntime``:
351
To tell Dotenv to set env vars using ``putenv()`` (NOT RECOMMENDED).
352
``prod_envs`` (default: ``["prod"]``)
353
To define the names of the production envs.
354
+``project_dir`` (default: ``vendor``, or `COMPOSER_VENDOR_DIR` environment variable)
355
+ To define the project directory.
356
``test_envs`` (default: ``["test"]``)
357
To define the names of the test envs.
358
0 commit comments