aplia / ezformtoken
eZ Form token
Installs: 106
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Type:ezpublish-legacy-extension
Requires
- php: >=5.3
- composer/composer: >=1.0
This package is auto-updated.
Last update: 2024-12-29 06:34:11 UTC
README
What is Aplia Form token?
Aplia Form token is a fork of eZ Form token extension which is bundled inside the eZ Publish legacy repository.
How to merge with eZ Form token
-
Checkout
ezpublish-legacy
git clone https://github.com/ezsystems/ezpublish-legacy
-
Checkout Aplia Form token
git clone git@github.com:Aplia/ezformtoken.git aplia-ezformtoken
-
Enter Aplia Form token
cd aplia-ezformtoken
-
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/ezformtoken/ .
-
Review and add changes
git add .
-
Push code and add new release