muhsamsul / yii2-alert
coba coba
v1.0.0
2016-03-17 17:55 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-09-20 18:03:13 UTC
README
在yii2测试扩展中
安装
安装此扩展的首选方式是通过 composer。
运行以下命令之一
php composer.phar require --prefer-dist muhsamsul/yii2-alert "*"
或者在您的 composer.json 文件的 require 部分添加
"muhsamsul/yii2-alert": "*"
to the require section of your composer.json file.
使用方法
扩展安装完成后,只需在代码中通过
<?= \muhsamsul\alert\Alert::widget(); ?>```