Magento 2.x CE module for common functionality for MageWare modules.
-
Use composer to download the module:
composer require mageware/magento2-common
-
Enable downloaded module:
php bin/magento module:enable MageWare_Common
-
Upgrade your database:
php bin/magento setup:upgrade