harriswebworks / module-core
Harris Digital Core module for Magento 2 extensions.
Package info
github.com/harriswebworks/hww-m2-core
Language:CSS
Type:magento2-module
pkg:composer/harriswebworks/module-core
1.0.3
2025-08-14 12:18 UTC
This package is auto-updated.
Last update: 2026-03-14 13:36:06 UTC
README
This module is used as a wrapper for all Harriswebworks Magento 2 extensions.
Installation
- Add the composer repository to the configuration by running
composer config repositories.hww-module-core vcs git@github.com:harriswebworks/hww-m2-core.git - Install the module composer by running
composer require harriswebworks/module-core - enable the module by running
php bin/magento module:enable Harriswebworks_Core - apply database updates by running
php bin/magento setup:upgrade - Flush the cache by running
php bin/magento cache:flush