Update readme
All checks were successful
dockerbuild / Build docker image (push) Successful in 3m35s

This commit is contained in:
Chris 2024-12-02 13:16:57 +01:00
parent e45aadd523
commit aa71dd4edd

View File

@ -14,12 +14,17 @@ This is an AIO container done mostly right. It contains Nginx, PHP 8.3 and FPM p
Symfony projects are detected from the `symfony.lock` file. Symfony projects are detected from the `symfony.lock` file.
The support will ensure that composer is installed, and that the cache directory is writable. The support will ensure that composer is installed by checking for the presence of a *vendor* directory, and that the cache directories exist and are writable.
It will invoke the following hooks in the `/application/` directory if present:
- `.symfony-preinit` - invoked before the *vendor* directory check and any composer calls.
- `.symfony-init` - invoked after the *vendor* directory check.
#### BoltCMS #### BoltCMS
BoltCMS is detected and configured by the Symfony framework support script. BoltCMS is detected and configured by the Symfony framework support script. For now, you should do your setup in the `.symfony-init` hook.
### Composer ### Composer
While not a frarmework, as a last resort the presence of a `composer.json` file will trigger an install. While not a framework, as a last resort the presence of a `composer.json` file will trigger an install.