cowal/module-xcreator

定制套装构建器

安装: 1

依赖者: 0

建议者: 0

安全性: 0

星星: 0

分支: 0

类型:magento2-module

1.0.0 2022-09-01 19:53 UTC

This package is not auto-updated.

Last update: 2024-09-28 03:51:46 UTC


README

``kowal/module-xcreator``

主要功能

定制套装构建器

安装

类型 1: 压缩文件

  • app/code/Kowal 中解压压缩文件
  • 通过运行 php bin/magento module:enable Kowal_Xcreator 启用模块
  • 通过运行 php bin/magento setup:upgrade --keep-generated 应用数据库更新
  • 通过运行 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 kowal/module-xcreator 安装模块
  • 通过运行 php bin/magento module:enable Kowal_Xcreator 启用模块
  • 通过运行 php bin/magento setup:upgrade --keep-generated 应用数据库更新
  • 通过运行 php bin/magento cache:flush 清除缓存

配置

  • 启用 (xcreator/settings/enable)

  • kit_builder_script (xcreator/settings/kit_builder_script)

规格

  • 控制器

    • 前端 > xcreator/index/index
  • 助手

    • Kowal\Xcreator\Helper\Config

属性