8000 minor #18701 Support `APP_BUILD_DIR` (alexandre-daubois) · symfony/symfony-docs@2c6df67 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c6df67

Browse files
committed
minor #18701 Support APP_BUILD_DIR (alexandre-daubois)
This PR was merged into the 6.4 branch. Discussion ---------- Support `APP_BUILD_DIR` Fix #18696 Commits ------- 837872e [FrameworkBundle] Support `APP_BUILD_DIR`
2 parents 5f913b1 + 837872e commit 2c6df67

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

reference/configuration/kernel.rst

+8
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)
0