filejet/filejet-magento2-plugin v1.0.0

FileJet integration for Magento2

Type

magento2-module

License

MIT

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

FileJet Pro Magento2 plugin

We welcome your feedback and we accept pull-requests.

Installation

# build the image with PHP 5.6 and composer
docker build -t filejet-magento2-plugin - < Dockerfile

# install vendors
docker run -it --rm -v "$PWD":/magento -w /magento filejet-magento2-plugin composer install --no-dev --no-autoloader