04/10
2017
Extension to add a RSS feed url to the Admin Notification stream in the Magento2 backend.
Extension to add a RSS feed url to the Admin Notification stream in the Magento2 backend., (*1)
Go to Magento2 root folder, (*2)
Enter following commands to install module:, (*3)
composer require faonni/module-admin-notification
Wait while dependencies are updated., (*4)
Enter following commands to enable module:, (*5)
```bash php bin/magento setup:upgrade php bin/magento setup:static-content:deploy, (*6)