ismailraji/yii2-alert-nf

为 Yii Framework 2 的 Twitter Bootstrap 风格的 Widget Alert

安装: 1

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 0

分支: 0

公开问题: 0

类型:yii2-extension

v1.0.0 2019-06-18 02:35 UTC

This package is auto-updated.

Last update: 2024-09-18 15:54:55 UTC


README

为 Yii Framework 2 的 Twitter Bootstrap 风格的 Widget Alert

安装

安装此扩展的首选方法是通过 Composer

运行以下命令之一:

php composer.phar require --prefer-dist ismailraji/yii2-alert-nf "*"

或者将以下内容添加到你的 composer.json 文件的 require 部分:

"ismailraji/yii2-alert-nf": "*"

to the require section of your composer.json file.

用法

扩展安装完成后,只需在代码中使用即可

<?= \ismailraji\alert\AutoloadExample::widget(); ?>```