flancer32/mage2_fix_pr9621
Composer 安装命令:
composer require flancer32/mage2_fix_pr9621
包简介
Standalone fix for PR-9621
README 文档
README
Standalone fix for PR-9621 to validate proposed solution.
Install
$ cd ${DIR_MAGE_ROOT} $ composer require flancer32/mage2_fix_pr9621 $ bin/magento module:enable Flancer32_FixPr9621 $ bin/magento setup:upgrade $ bin/magento setup:static-content:deploy $ bin/magento cache:clean
Uninstall
You need an authentication keys for https://repo.magento.com/ to uninstall any Magento 2 module. Go to your Magento Connect account, section (My Account / Connect / Developer / Secure Keys) and generate pair of keys to connect to Magento 2 repository. Then place composer authentication file auth.json besides your composer.json as described here and put your authentication keys for https://repo.magento.com/ into the authentication file:
{
"http-basic": {
"repo.magento.com": {
"username": "...",
"password": "..."
}
}
}
Then run these commands to completely uninstall Flancer32_FixPr9621 module:
$ cd ${DIR_MAGE_ROOT} $ bin/magento module:uninstall Flancer32_FixPr9621 $ bin/magento setup:upgrade $ bin/magento setup:di:compile $ bin/magento setup:static-content:deploy $ bin/magento cache:clean
Be patient, uninstall process (bin/magento module:uninstall ...) takes about 2-4 minutes. Remove auth.json file at the end:
$ rm ./auth.json
统计信息
- 总下载量: 8.9k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-2-Clause
- 更新时间: 2017-05-13