ceefee/yii2-layui
Composer 安装命令:
composer require ceefee/yii2-layui
包简介
The Layui extension for the Yii framework
README 文档
README
Layui Extension for Yii 2
This is the Layui extension for Yii framework 2.0. It encapsulates Layui components and plugins in terms of Yii widgets, and thus makes using Layui components/plugins in Yii applications extremely easy.
For license information check the LICENSE-file.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist ceefee/yii2-layui
or add
"ceefee/yii2-layui": "~1.0.0"
to the require section of your composer.json file.
Usage
For example, the following single line of code in a view file would render a Layui Progress plugin:
<?= ceefee\layui\Progress::widget(['percent' => 60, 'label' => 'test']) ?>
统计信息
- 总下载量: 29
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2020-05-07