...
(eZ Publish) Legacy by design places all important customizable folders within it's own structure. This is not ideal with composer as installation and updates might cause them to become as provided by packages again. To make sure you are safe from this, and to allow you to version these custom folders independently, it is recommended that you use symlinks and keep your custom settings, extensions and design outside of the ezpublish_legacy folder. To not have to manually deal with these symlinks it is recommended to use Composer post-install-cmd and post-update-command script commands to make this automated.
Info | ||
---|---|---|
| ||
All extensions not provided via composer is affected by this as well, currently the following extensions from eZ is not provided via composer and needs to be setup like proposed in this section: eznetwork, ezcontentstaging, ezrecommendation and ezma. |
...