Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karliuka/m2.adminnotification
Magento2. Extension to add a RSS feed url to the Admin Notification stream in the backend.
https://github.com/karliuka/m2.adminnotification
magento2 magento2-admin-notification magento2-module rss rss-feed
Last synced: 8 days ago
JSON representation
Magento2. Extension to add a RSS feed url to the Admin Notification stream in the backend.
- Host: GitHub
- URL: https://github.com/karliuka/m2.adminnotification
- Owner: karliuka
- License: osl-3.0
- Created: 2016-12-27T10:21:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-04T18:05:38.000Z (about 7 years ago)
- Last Synced: 2024-04-23T23:15:28.264Z (7 months ago)
- Topics: magento2, magento2-admin-notification, magento2-module, rss, rss-feed
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Magento2 Admin Notification
Extension to add a RSS feed url to the Admin Notification stream in the Magento2 backend.
## Install with Composer as you go
1. Go to Magento2 root folder
2. Enter following commands to install module:
```bash
composer require faonni/module-admin-notification
```
Wait while dependencies are updated.3. Enter following commands to enable module:
```bash
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy