shoppingfeed/magento2-manager
最新稳定版本:1.14.0
Composer 安装命令:
composer require shoppingfeed/magento2-manager
包简介
Official module for Shopping Feed integration.
README 文档
README
Installation
The extension must be installed via composer. To proceed, run these commands in your terminal:
composer require shoppingfeed/magento2-manager php bin/magento module:enable ShoppingFeed_Manager php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy Update
To update the extension to the latest available version (depending on your composer.json), run these commands in your terminal:
composer update shoppingfeed/magento2-manager --with-dependencies php bin/magento setup:di:compile php bin/magento setup:upgrade php bin/magento setup:static-content:deploy What to do when the module does not get updated
Sometimes, running composer update does not actually update the module to the desired version, for example because it does not match the version constraints specified in your composer.json (run this command to know the exact reason why: composer prohibits shoppingfeed/magento2-manager).
When this happens, simply adapt your composer.json to point to the new version you want to install, before re-running the update commands (and if that would still not be sufficient, do not hesitate to post an issue so that we can have a look at it).
Maintenance mode
You may want to enable the maintenance mode when installing or updating the module, especially when working on a production website. To do so, run the two commands below before and after running the other setup commands:
php bin/magento maintenance:enable # Other setup commands php bin/magento maintenance:disable Compatibility
| Branch | Magento versions |
|---|---|
1.x | >= 2.3.x |
0.x | >= 2.1.x |
统计信息
- 总下载量: 68.51k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 3
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2026-01-04