PHP Extensions Package
Installation
npm i @scandipwa/magento-scripts-php-extensions@latest # or with yarn yarn add @scandipwa/magento-scripts-php-extensions@latest// cma.js const { ioncube, memcached, pdo_sqlsrv, sqlsrv, imagick } = require('@scandipwa/magento-scripts-php-extensions'); /** @type {import('@scandipwa/magento-scripts').CMAConfiguration} */ module.exports = { // ... other configurations configuration: { php: { extensions: { // <- set extensions here ioncube, memcached, pdo_sqlsrv, sqlsrv, imagick } } } };npm start # or with yarn yarn start
Demo
Last updated