conquer / toastr
Yii2 toastr widget
Installs: 213
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- bower-asset/toastr: ~2.1.1
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-24 05:20:28 UTC
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.