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: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-13 06:56:10 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(); ?>```