dxmoto / core
dxmoto.com(Magento 2)的自定义模块
0.1.6
2020-10-06 11:06 UTC
Requires
- mage2pro/core: >=6.9.6
README
dxmoto.com(Magento 2)的自定义模块。
如何安装
bin/magento maintenance:enable rm -rf composer.lock composer clear-cache composer require dxmoto/core:* bin/magento setup:upgrade bin/magento cache:enable rm -rf var/di var/generation generated/* bin/magento setup:di:compile bin/magento cache:clean rm -rf pub/static/* bin/magento setup:static-content:deploy \ --area adminhtml \ --theme Magento/backend \ -f en_US bin/magento setup:static-content:deploy \ --area frontend \ --theme Infortis/ultimo \ -f en_US bin/magento maintenance:disable
如何升级
bin/magento maintenance:enable composer remove dxmoto/core rm -rf composer.lock composer clear-cache composer require dxmoto/core:* bin/magento setup:upgrade bin/magento cache:enable rm -rf var/di var/generation generated/* bin/magento setup:di:compile bin/magento cache:clean rm -rf pub/static/* bin/magento setup:static-content:deploy \ --area adminhtml \ --theme Magento/backend \ -f en_US bin/magento setup:static-content:deploy \ --area frontend \ --theme Infortis/ultimo \ -f en_US bin/magento maintenance:disable