atrisa / yii2-alert-nf
Widget Alert Twitter bootstrap for Yii Framework 2
Package info
github.com/cookie1599/yii2-alert-nf
Type:yii2-extension
pkg:composer/atrisa/yii2-alert-nf
v1.0.0
2019-06-20 08:22 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-03-21 05:46:51 UTC
README
Widget Alert Twitter bootstrap for Yii Framework 2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist atrisa/yii2-alert-nf "*"
or add
"atrisa/yii2-alert-nf": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \atrisa\alert\AutoloadExample::widget(); ?>```