Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions reference/configuration/kernel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ container or AWS Lambda.
This value is also exposed via the :method:`Symfony\\Component\\HttpKernel\\Kernel::getBuildDir`
method of the kernel class, which you can override to return a different value.

You can also change the build directory by defining an environment variable
named ``APP_BUILD_DIR`` whose value is the full path of the build folder.

.. versionadded:: 6.4

The support of the ``APP_BUILD_DIR`` environment variable was introduced in
Symfony 6.4.

``kernel.bundles``
------------------

Expand Down