aminkt/yii2-notifications
Composer 安装命令:
composer require aminkt/yii2-notifications
包简介
Notifications for your Yii2 app based on machour/yii2-notifications
README 文档
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.
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2018-12-13
