harriswebworks/module-core

Harriswebworks Core module for Magento 2 extensions.

Installs: 3 027

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Language:CSS

Type:magento2-module

1.0.2 2024-09-25 11:45 UTC

This package is not auto-updated.

Last update: 2024-10-01 17:47:29 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