filejet/filejet-magento2-plugin

FileJet integration for Magento2

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:CSS

Type:magento2-module

v1.0.0 2019-06-12 15:34 UTC

This package is auto-updated.

Last update: 2024-04-13 03:50:41 UTC


README

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