aminkt / yii2-notifications
Notifications for your Yii2 app based on machour/yii2-notifications
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Type:yii2-extension
Requires
- rmrevin/yii2-fontawesome: ~2.15
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-14 18:44:32 UTC
README
A complete notifications module for your Yii 2 powered application.
This module will install it's own table, and quickly allow you to:
- Trigger notifications to your users
- Toast these notifications on the screen using one of the supported UI libraries
- Manage a HTML list of notifications
How to install this module:
Step1: First add flowing codes into project composer.json
"repositories": [
{
"type": "gitlab",
"url": "https://gitlab.com/aminkt/yii2-notifications"
}
],
Then add flowing line to require part of composer.json
:
"aminkt/yii2-notifications": "*",
And after that run bellow command in your composer :
Composer update aminkt/yii2-notifications
More information:
A documentation is available online and in the docs folder of the repository. You can also check this live demo.