(deprecated) ionCube Extension
Deprecated package!
Please use PHP Extensions Package for installing the ionCube PHP extension into the CMA V2 project!
This extension simplifies the installation of ionCube extension in CMA project.
Installation
1. Install package.
npm i @scandipwa/magento-scripts-php-ioncube-extension@latest
# with yarn
yarn add @scandipwa/magento-scripts-php-ioncube-extension@latest2. Enable extension in cma.js
const ioncube = require('@scandipwa/magento-scripts-php-ioncube-extension');
/** @type {import('@scandipwa/magento-scripts').CMAConfiguration} */
module.exports = {
magento: {
// ... magento config
},
configuration: {
php: {
extensions: {
ioncube // <- set extension here
}
}
}
};3. Run magento-scripts
4. Confirm that extension is installed
Demo
Demo setup available here
Last updated
Was this helpful?