软件工程师 / 模块捐赠
TDTU 软件工程师的最终项目
dev-dev
2021-01-03 11:36 UTC
This package is auto-updated.
Last update: 2024-09-29 05:29:16 UTC
README
``softwareengineer/module-donation``
主要功能
TDTU 软件工程师的最终项目。
通过 Trello 跟踪团队:https://bit.ly/2T8q5Pe
安装
* = 在生产中请使用 --keep-generated
选项
类型 1:Zip 文件
- 在
app/code/SoftwareEngineer
中解压缩 zip 文件 - 运行
php bin/magento module:enable SoftwareEngineer_Donation
启用模块 - 运行
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 softwareengineer/module-donation
安装模块 - 运行
php bin/magento module:enable SoftwareEngineer_Donation
启用模块 - 运行
php bin/magento setup:upgrade
应用数据库更新* - 运行
php bin/magento cache:flush
清理缓存