@scandipwa/magento-scripts-php-ioncube-extension

1.0.1 • Public • Published

magento-scripts-php-ioncube-extension

This extension simplifies installation of ionCube extension in CMA project.

Installation

  1. Install package.

    npm i @scandipwa/magento-scripts-php-ioncube-extension
    
    # with yarn
    
    yarn add @scandipwa/magento-scripts-php-ioncube-extension
  2. 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
                }
            }
        }
    };
  3. Run magento-scripts

    npm start
    
    # with yarn
    
    yarn start

Demo

Demo setup available here

Readme

Keywords

none

Package Sidebar

Install

npm i @scandipwa/magento-scripts-php-ioncube-extension

Weekly Downloads

1

Version

1.0.1

License

OSL-3.0

Unpacked Size

13.7 kB

Total Files

5

Last publish

Collaborators

  • aleksandrskondratjevs
  • alfredsgenkins
  • bot-scandipwa
  • ejnshtein