Feature: #98528 - New file location for ENABLE_INSTALL_TOOL
See forge#98528
Description
To access the standalone Install Tool, the file
typo3conf/
needed to be created.
With TYPO3 v12, the location of this file has been changed.
For Composer-based installations the following file paths are checked:
var/
transient/ ENABLE_ INSTALL_ TOOL config/
ENABLE_ INSTALL_ TOOL
For legacy installations the following file paths are checked:
typo3temp/
var/ transient/ ENABLE_ INSTALL_ TOOL typo3conf/
ENABLE_ INSTALL_ TOOL
Using the previous known path typo3conf/
is
still possible.
Impact
Especially for Composer-based installation this change allows to completely
drop the usage of the typo3conf/
directory.
Add the new paths to your
.gitignore
file to avoid deploying this file to
production environments.