e2y / module-core
适用于Magento 2的e2y配置选项卡
dev-master
2021-09-08 10:47 UTC
This package is not auto-updated.
Last update: 2024-10-03 23:09:05 UTC
README
``e2y/module-core``
主要功能
适用于Magento 2的e2y配置选项卡
安装
* = 在生产环境中请使用 --keep-generated
选项
类型1:压缩文件
- 将压缩文件解压到
app/code/E2Y
- 通过运行
php bin/magento module:enable E2Y_Core
启用模块 - 通过运行
php bin/magento setup:upgrade
应用数据库更新* - 通过运行
php bin/magento cache:flush
清理缓存
类型2:Composer
- 通过运行
composer require e2y/module-core
安装模块 - 通过运行
php bin/magento module:enable E2Y_Core
启用模块 - 通过运行
php bin/magento setup:upgrade
应用数据库更新* - 通过运行
php bin/magento cache:flush
清理缓存