viaebay/magento2-connector

VIA-Connect - Magento 2 Connector

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.7 2017-08-11 11:13 UTC

This package is not auto-updated.

Last update: 2024-04-28 02:05:54 UTC


README

VIA-Connect Connector Magento2 extension

Module integrates VIA-Connect with Magento 2

Install

  1. Open your command line terminal and go to your Magento 2 root installation directory.

  2. Run the following commands to install the module:

        composer require viaebay/magento2-connector
        php bin/magento module:enable VIAeBay_Connector
        php bin/magento setup:upgrade
        php bin/magento setup:di:compile