sitisaadiyah28 / yii2-alert
Widget twitter bootstrap for Yii Framework 2.0
Package info
github.com/sitisaadiyah28/yii2-alert
Type:yii2-extension
pkg:composer/sitisaadiyah28/yii2-alert
v1.0.0
2021-01-08 03:52 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2026-03-29 05:06:04 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 sitisaadiyah28/yii2-alert "*"
or add
"sitisaadiyah28/yii2-alert": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \sitisaadiyah28\alert\AutoloadExample::widget(); ?>```