hscstudio / yii2-alert
Widget twitter boostrap for Yii framework 2.0
v1.0.0
2016-01-15 01:58 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-02-26 00:20:11 UTC
README
Widget twitter boostrap for Yii framework 2.0
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist hscstudio/yii2-alert "*"
or add
"hscstudio/yii2-alert": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \hscstudio\alert\AutoloadExample::widget(); ?>```