arohimfurqan / yii2-alert
Widget twitter bootstrap for yii framework 2.0
Package info
github.com/arohimfurqan/yii2-alert
Type:yii2-extension
pkg:composer/arohimfurqan/yii2-alert
1.0
2021-01-07 05:01 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-03-07 17:47:23 UTC
README
Widget twitter bootstrap for yii framework 2.0
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist arohimfurqan/yii2-alert "*"
or add
"arohimfurqan/yii2-alert": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \arohimfurqan\alert\AutoloadExample::widget(); ?>```