shpachynskyi/module-netsuite-to-wicked-reports

dev-master 2019-12-16 21:40 UTC

This package is not auto-updated.

Last update: 2024-10-02 16:44:10 UTC


README

``custom/module-netsuite``

主要功能

安装

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

类型 1: Zip 文件

  • 将 zip 文件解压缩到 app/code/Custom
  • 通过运行 php bin/magento module:enable Custom_NetSuiteToWickedReports 启用模块
  • 通过运行 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 custom/module-netsuite 安装模块 composer
  • 通过运行 php bin/magento module:enable Custom_NetSuiteToWickedReports 启用模块
  • 通过运行 php bin/magento setup:upgrade 应用数据库更新*
  • 通过运行 php bin/magento cache:flush 清理缓存

配置

规格

  • 控制器
    • 前端 > netsuite/index/index

属性