conquer/toastr
最新稳定版本:1.0
Composer 安装命令:
composer require conquer/toastr
包简介
Yii2 toastr widget
README 文档
README
Description
toastr is a Javascript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. For more information please visit Toastr
Installation
The preferred way to install this extension is through composer.
To install, either run
$ php composer.phar require conquer/toastr "*"
or add
"conquer/toastr": "*"
to the require section of your composer.json file.
Usage
use conquer\toastr\ToastrWidget; ToastrWidget::widget(['title'=>'Hello!', 'message'=>'World!']);
License
conquer/toastr is released under the MIT License. See the bundled LICENSE.md for details.
统计信息
- 总下载量: 242
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-27