harriswebworks/module-core

Harris Digital Core module for Magento 2 extensions.

Installs: 7 311

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:CSS

Type:magento2-module

1.0.3 2025-08-14 12:18 UTC

This package is auto-updated.

Last update: 2025-09-14 12:42:21 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