inkifi / pwinty
A custom integration between inkifi.com and Pwinty
0.4.5
2020-03-04 10:25 UTC
Requires
- inkifi/core: >=0.1.9
- mage2pro/core: >=6.4.0
This package is auto-updated.
Last update: 2026-03-04 23:56:49 UTC
README
A custom integration between inkifi.com and Pwinty.
How to install
bin/magento maintenance:enable
rm -rf composer.lock
composer clear-cache
composer require inkifi/pwinty:*
bin/magento setup:upgrade
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile
rm -rf pub/static/* && bin/magento setup:static-content:deploy -f en_US en_GB --area adminhtml --theme Magento/backend && bin/magento setup:static-content:deploy -f en_US en_GB --area frontend --theme Infortis/ultimo
bin/magento maintenance:disable
bin/magento cache:enable
How to upgrade
bin/magento maintenance:enable
rm -rf composer.lock
composer clear-cache
composer update inkifi/pwinty
bin/magento setup:upgrade
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile
rm -rf pub/static/* && bin/magento setup:static-content:deploy -f en_US en_GB --area adminhtml --theme Magento/backend && bin/magento setup:static-content:deploy -f en_US en_GB --area frontend --theme Infortis/ultimo
bin/magento maintenance:disable
bin/magento cache:enable