harriswebworks/module-core

Harriswebworks Core模块,用于Magento 2扩展。

安装数: 2,998

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 3

分支: 0

开放问题: 0

语言:CSS

类型:magento2-module

0.1.0 2019-10-30 23:02 UTC

This package is not auto-updated.

Last update: 2024-09-17 17:36:42 UTC


README

本模块用作所有Harriswebworks Magento 2扩展的包装器。

安装

  • 运行以下命令将composer仓库添加到配置中:composer config repositories.hww-module-core vcs git@github.com:harriswebworks/hww-m2-core.git
  • 运行以下命令安装模块:composer require harriswebworks/module-core
  • 运行以下命令启用模块:php bin/magento module:enable Harriswebworks_Core
  • 运行以下命令应用数据库更新:php bin/magento setup:upgrade
  • 运行以下命令清除缓存:php bin/magento cache:flush