1.0.1 • Published 1 year ago

@scandipwa/magento-scripts-php-ioncube-extension v1.0.1

Weekly downloads
-
License
OSL-3.0
Repository
github
Last release
1 year ago

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

1.0.1

1 year ago

1.0.0

2 years ago

1.0.0-alpha.1

2 years ago

1.0.0-alpha.0

2 years ago

0.0.3

2 years ago

0.0.3-alpha.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago