harriswebworks / module-core
Harriswebworks Core module for Magento 2 extensions.
Installs: 6 441
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Type:magento2-module
This package is not auto-updated.
Last update: 2025-06-16 15:22:37 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