Skip to content

Commit 837872e

Browse files
[FrameworkBundle] Support APP_BUILD_DIR
1 parent 86e71a4 commit 837872e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

reference/configuration/kernel.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ container or AWS Lambda.
2222
This value is also exposed via the :method:`Symfony\\Component\\HttpKernel\\Kernel::getBuildDir`
2323
method of the kernel class, which you can override to return a different value.
2424

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+
2533
``kernel.bundles``
2634
------------------
2735

0 commit comments

Comments
 (0)