maginus/module-core

Maginus 所有扩展的核心

此包的规范仓库似乎已消失,因此已冻结此包。

1.0.2 2020-02-25 16:29 UTC

This package is auto-updated.

Last update: 2020-09-27 10:48:20 UTC


README

主要功能

所有 Maginus 品牌模块都需要 Maginus 核心扩展。

安装

* = 在生产环境中请使用 --keep-generated 选项

类型 1:Zip 文件

  • app/code/Maginus 中解压 zip 文件
  • 通过运行 php bin/magento module:enable Maginus_Core 启用模块
  • 通过运行 php bin/magento setup:upgrade 应用数据库更新(*)
  • 通过运行 php bin/magento cache:flush 清除缓存

类型 2:Composer

  • 将模块添加到 composer 仓库中,例如
    • 私有仓库 repo.magento.com
    • 公开仓库 packagist.org
    • 公开 github 仓库作为 vcs
  • 通过运行 composer config repositories.repo.magento.com composer https://repo.magento.com/ 将 composer 仓库添加到配置中
  • 通过运行 composer require maginus/module-core 安装模块
  • 通过运行 php bin/magento module:enable Maginus_Core 启用模块
  • 通过运行 php bin/magento setup:upgrade 应用数据库更新(*)
  • 通过运行 php bin/magento cache:flush 清除缓存