https://github.com/netresearch/module-admin-notification-feed
Add news feeds to the Magento 2 admin panel notifications
https://github.com/netresearch/module-admin-notification-feed
gitlab-mirror
Last synced: 11 months ago
JSON representation
Add news feeds to the Magento 2 admin panel notifications
- Host: GitHub
- URL: https://github.com/netresearch/module-admin-notification-feed
- Owner: netresearch
- License: osl-3.0
- Created: 2022-05-17T18:59:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T15:49:58.000Z (over 1 year ago)
- Last Synced: 2025-06-27T09:55:53.511Z (12 months ago)
- Topics: gitlab-mirror
- Language: PHP
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
Netresearch Admin Notification Feed Extension
=============================================
The Netresearch Admin Notification Feed extension for Magento® 2 allows
subscribing to news feeds that show up in the admin notifications.
Requirements
------------
* PHP >= 8.3
Compatibility
-------------
* Magento >= 2.4.8
Installation Instructions
-------------------------
Install sources:
composer require netresearch/module-admin-notification-feed
Enable module:
./bin/magento module:enable Netresearch_AdminNotificationFeed
./bin/magento setup:upgrade
Flush cache and compile:
./bin/magento cache:flush
./bin/magento setup:di:compile
Uninstallation
--------------
To unregister the carrier module from the application, run the following command:
./bin/magento module:uninstall --remove-data Netresearch_AdminNotificationFeed
composer update
This will automatically remove source files, clean up the database, update package dependencies.
License
-------
[OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php)
Copyright
---------
(c) 2024 Netresearch DTT GmbH