mageware/magento2-common

Magento 2.x CE module for common functionality for MageWare modules.

Installs: 62

Dependents: 4

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

Type:magento2-module

1.0.1 2017-11-04 18:59 UTC

This package is not auto-updated.

Last update: 2024-05-06 12:38:21 UTC


README

Magento 2.x CE module for common functionality for MageWare modules.

Installation Instructions

  1. Use composer to download the module:

    composer require mageware/magento2-common
    
  2. Enable downloaded module:

    php bin/magento module:enable MageWare_Common
    
  3. Upgrade your database:

    php bin/magento setup:upgrade