chalik / yii2-alert
Widget twitter boostrap for Yii framework 2.0
Package info
github.com/nurchalikazhar/yii2-alert
Type:yii2-extension
pkg:composer/chalik/yii2-alert
v1.0.0
2016-08-13 10:18 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-15 04:23:21 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 chalik/yii2-alert "*"
or add
"chalik/yii2-alert": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \chalik\alert\AutoloadExample::widget(); ?>```