Infonote | ||
---|---|---|
| ||
This page only applies to eZ Publish Platform 5.3 and higher, for earlier versions of the Enterprise version of eZ Publish consult Service Portal user guide available for download at support.ez.no. This page is also generic about using composer, for instructions specific to a release, see release notes. |
...
Code Block | ||
---|---|---|
| ||
{ "scripts": { "post-install-cmd": [ "MyVendor\\MyClass::symlinkLegacyFolders" ], "post-update-cmd": [ "MyVendor\\MyClass::symlinkLegacyFolders" ] } } |
...
Note |
---|
This functionality is desirable to have out of the box in the future, so community contributions on this topic is welcome to find a good standard convention and script to handle it. |