ionCube Extension
Installation
npm i @scandipwa/[email protected]
# with yarn
yarn add @scandipwa/[email protected]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
}
}
}
};Demo
Last updated