Download the PHP package aplia/ezjscore without Composer
On this page you can find all versions of the php package aplia/ezjscore. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aplia/ezjscore
More information about aplia/ezjscore
Files in aplia/ezjscore
Package ezjscore
Short Description eZ JS Core
License GPL-2.0
Homepage https://github.com/Aplia/ezjscore
Informations about the package ezjscore
Aplia eZ JS Core (fork of eZ JS Core )
What is Aplia eZ JS Core?
Aplia eZ JS Core is a fork of eZ JS Core extension which is bundled inside the eZ Publish legacy repository.
How to merge with eZ JS Core
-
Checkout
ezpublish-legacy
git clone https://github.com/ezsystems/ezpublish-legacy
-
Checkout Aplia eZ JS Core
git clone [email protected]:Aplia/ezjscore.git aplia-ezjscore
-
Enter Aplia eZ JS Core
cd aplia-ezjscore
-
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/ezjscore/ .
-
Review and add changes
git add .
- Push code and add new release