ariyainfotech / module-base
由Ariya InfoTech(ariyainfotech.com)开发的针对Magento2的扩展
dev-main
2022-10-15 13:03 UTC
Requires
- php: >=7.3|^8.1
This package is auto-updated.
Last update: 2024-09-15 17:09:25 UTC
README
``ariyainfotech/module-base``
主要功能
Ariya InfoTech(ariyainfotech.com)开发的模块
安装
* = 在生产环境中请使用--keep-generated选项
类型1:Zip文件
- 解压zip文件到
app/code/AriyaInfoTech - 通过运行
php bin/magento module:enable AriyaInfoTech_Base启用模块 - 通过运行
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 ariyainfotech/module-base安装模块 - 通过运行
php bin/magento module:enable AriyaInfoTech_Base启用模块 - 通过运行
php bin/magento setup:upgrade应用数据库更新* - 通过运行
php bin/magento cache:flush刷新缓存