Download the PHP package aplia/ezoe without Composer
On this page you can find all versions of the php package aplia/ezoe. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package ezoe
Short Description eZ Online Editor
License GPL-2.0
Homepage https://github.com/Aplia/ezoe
Informations about the package ezoe
Aplia eZOE (fork of eZ Online Editor)
What is Aplia eZOE ?
Aplia eZOE is a fork of eZOE extension which is bundled inside the eZ Publish legacy repository.
How to merge with eZOE
-
Checkout
ezpublish-legacy
git clone https://github.com/ezsystems/ezpublish-legacy
-
Checkout Aplia eZOE
git clone [email protected]:Aplia/ezoe.git aplia-ezoe
-
Enter Aplia eZOE
cd aplia-ezoe
-
Remove everything except
.git
,README.md
andcomposer.json
ls | grep -v '.git' | grep -v 'README.md' | grep -v 'composer.json' | xargs rm -R
-
Copy updated code from
ezpublish-legacy
cp -R ../ezpublish-legacy/extension/ezoe/ .
-
Review and add changes
git add .
- Push code and add new release