@scandipwa/magento-scripts-php-ioncube-extension
v1.0.1
Published
PHP iouncube extension installer for CMA
Downloads
11
Keywords
Readme
magento-scripts-php-ioncube-extension
This extension simplifies installation of ionCube extension in CMA project.
Installation
Install package.
npm i @scandipwa/magento-scripts-php-ioncube-extension # with yarn yarn add @scandipwa/magento-scripts-php-ioncube-extension
Enable extension in
cma.js
// 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 } } } };
Run
magento-scripts
npm start # with yarn yarn start
Demo
Demo setup available here