挤挤利 / magento2-plugin
Squeezely Magento 2 集成包
2.11.5
2024-07-25 09:27 UTC
Requires
- php: >=7.2.0
- magento/framework: >=102.0
Requires (Dev)
- dev-master
- 2.11.5
- 2.11.4
- 2.11.2
- 2.11.1
- 2.11.0
- 2.10.1
- 2.10.0
- 2.9.2
- 2.9.1
- 2.9.0
- 2.8.7
- 2.8.5
- 2.8.4
- 2.8.3
- 2.8.2
- 2.8.1
- 2.8.0.x-dev
- 2.8.0
- 2.7.0.x-dev
- 2.7.0
- 2.6.2
- 2.6.0
- 2.5.1
- 2.5.0
- 2.4.6
- 2.4.5
- 2.4.4
- 2.4.3
- 2.4.2.x-dev
- 2.4.2
- 2.4.1.x-dev
- 2.4.1
- 2.4.0.x-dev
- 2.4.0
- 2.3.2
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.1
- 2.0.0
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- dev-release/2.12.0
- dev-development
This package is auto-updated.
Last update: 2024-09-25 09:50:27 UTC
README
这是挤挤利 Magento 2 插件。
要获取挤挤利订阅,请访问 https://www.squeezely.tech
GitHub: https://github.com/squeezely/magento2-plugin
联系方式
- Email: support@squeezely.tech
安装
Composer 安装
- 运行 composer 命令
$> composer require squeezely/magento2-plugin
启用扩展
- 启用扩展(使用 Magento 2 命令行界面)
$> php bin/magento module:enable Squeezely_Plugin
- 为了确保启用的模块正确注册,运行 'setup:upgrade' 命令
$> php bin/magento setup:upgrade
- [如需要] 重新编译代码和重新部署静态视图文件
$> php bin/magento setup:di:compile
$> php bin/magento setup:static-content:deploy