Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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