shipstr / module-magento2
模块描述
1.0.2
2024-04-04 17:50 UTC
This package is auto-updated.
Last update: 2024-09-05 12:21:00 UTC
README
``shipstream/module-magento2``
主要功能
shipstream magento2 同步
安装
* = 在生产环境中请使用 --keep-generated 选项
类型 1:Zip 文件
- 将 zip 文件解压到
app/code/Shipstr - 运行
php bin/magento module:enable Shipstr_Magento2启用模块 - 运行
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 shipstream/module-magento2安装模块 composer - 运行
php bin/magento module:enable Shipstr_Magento2启用模块 - 运行
php bin/magento setup:upgrade应用数据库更新* - 运行
php bin/magento cache:flush清除缓存