ilhamzi / yii2-alert-autohide
widget twitter bootstrap for yii framework 2.0
Package info
github.com/ilhamzi/yii2-alertautohide
Type:yii2-extension
pkg:composer/ilhamzi/yii2-alert-autohide
v1.0.0
2016-03-12 17:23 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-21 01:12:21 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 ilhamzi/yii2-alert-autohide "*"
or add
"ilhamzi/yii2-alert-autohide": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \ilhamzi\alertautohide\Alert::widget(); ?>```