edyh221 / yii2-alert
coba coba bikin extension wkwkwk
1.0.2
2021-12-10 15:34 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-03-11 01:17:15 UTC
README
coba coba bikin extension wkwkwk
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist edyh221/yii2-alert "*"
or add
"edyh221/yii2-alert": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \edyh221\alert\AutoloadExample::widget(); ?>```