estebern / yii2-alert
Widget twitter bootstrap for Yii framework 2.0
dev-master
2024-10-18 04:10 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-02-18 07:29:12 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 estebern/yii2-alert "*"
or add
"estebern/yii2-alert": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \estebern\alert\AutoloadExample::widget(); ?>```