rezqyondrizal11 / yii2-alert
widget twiiter boostrap
Package info
github.com/rezqyondrizal11/yii2-alert
Type:yii2-extension
pkg:composer/rezqyondrizal11/yii2-alert
v1.0.0
2021-01-07 04:23 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2026-03-28 03:43:57 UTC
README
widget twiiter boostrap
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist rezqyondrizal11/yii2-alert "*"
or add
"rezqyondrizal11/yii2-alert": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \rezqyondrizal11\alert\AutoloadExample::widget(); ?>```