sashas / bug-from-email
A Magento 2 module for issue #14952
Fund package maintenance!
sashas777
Installs: 36 960
Dependents: 0
Suggesters: 0
Security: 0
Stars: 35
Watchers: 8
Forks: 16
Open Issues: 5
Type:magento2-module
Requires
- php: ~5.6.5|7.0.2|7.0.4|~7.0.6|~7.1.0
- magento/framework: 101.0.4|101.0.5|101.0.6|101.0.7|101.0.8
- magento/module-sales: 101.0.3|101.0.4|101.0.5|101.0.6|101.0.7
README
This module works with Magento 2.2.4 - 2.2.8 versions and need to be removed after upgrade/downgrade. Assumed that the issue will be fixed in the new release.
1. How to install module
Install via composer
Run the following command in Magento 2 root folder:
composer require sashas/bug-from-email
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
2. How to uninstall module
If installed via composer
Run the following command in Magento 2 root folder:
composer remove sashas/bug-from-email
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy