mitto-ag / magento2-notifications
This package is abandoned and no longer maintained.
The author suggests using the mitto/magento2-notifications package instead.
There is no license information available for the latest version (0.0.2) of this package.
Mitto SMS notifications
Package info
github.com/MittoAG/magento2-notifications
Type:magento2-module
pkg:composer/mitto-ag/magento2-notifications
0.0.2
2019-09-30 11:36 UTC
Requires
- magento/framework: 100.*|101.*|102.*
- mitto-ag/magento2-core: >=0.0.1
This package is not auto-updated.
Last update: 2019-10-18 17:00:52 UTC
README
1. Requirements
- Magento 2.2.0 or greater
- Composer PHP Dependency Manager
2. Module installation
- Open command prompt, go to
<MAGENTO_ROOT>folder and run the following commands:
composer require mitto-ag/magento2-notifications
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:clean
php bin/magento cache:flush
3. Module configuration
- Login to the store admin panel.
- Navigate to
Stores>Configuration>Mitto>Notifications. - Configuration is divided into two groups,
CustomerandAdmin. - In each group there is a list of events that can be tied to a template added by
Mitto_Coremodule.