anasstouaticoder / magento2-module-base
基础模块将包含其他模块使用到的所有通用组件
1.2.17
2024-08-31 12:10 UTC
Requires
- php: ~7.0||~7.1||~7.2||~7.3||~7.4.0||~8.1||~8.2
- magento/framework: *
README
复制字段路径和值,显示其父作用域中的覆盖值
``anasstouaticoder/magento2-module-base``
主要功能
基础模块
安装
* = 在生产环境中请使用 --keep-generated
选项
使用 composer 2 安装
- 基本上,此模块将被安装为其他模块的依赖项,也可以手动安装。
- 在 magento 项目根目录下运行命令
composer require anasstouaticoder/magento2-module-base
- 通过运行
php bin/magento module:enable AnassTouatiCoder_Base
启用模块 - 通过运行
php bin/magento cache:flush
清理缓存
压缩文件
- 将压缩文件解压到
app/code/AnassTouatiCoder
- 通过运行
php bin/magento module:enable AnassTouatiCoder_Base
启用模块 - 通过运行
php bin/magento cache:flush
清理缓存
在后台办公室
转到商店 => 配置,您将看到已添加一个新部分 Atouati 工具
。
规格
基础模块将包含其他模块使用到的所有通用组件