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.
APP_BUILD_DIR
1 parent 86e71a4 commit 837872eCopy full SHA for 837872e
reference/configuration/kernel.rst
@@ -22,6 +22,14 @@ container or AWS Lambda.
22
This value is also exposed via the :method:`Symfony\\Component\\HttpKernel\\Kernel::getBuildDir`
23
method of the kernel class, which you can override to return a different value.
24
25
+You can also change the build directory by defining an environment variable
26
+named ``APP_BUILD_DIR`` whose value is the full path of the build folder.
27
+
28
+.. versionadded:: 6.4
29
30
+ The support of the ``APP_BUILD_DIR`` environment variable was introduced in
31
+ Symfony 6.4.
32
33
``kernel.bundles``
34
------------------
35
0 commit comments