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
Requires
- php: ^5.6
- filejet/filejet-external-php: ^1.0.0
This package is auto-updated.
Last update: 2024-10-13 04:52:13 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