eluhr/yii2-widgets2-addons
最新稳定版本:0.2.0
Composer 安装命令:
composer require eluhr/yii2-widgets2-addons
包简介
Adds some helpful features to dmstr/yii2-widgets2-module
README 文档
README
This extension adds some useful functionality to the Yii2 Widgets 2 module.
Installation
The preferred way to install this extension is through composer.
Either run
composer require eluhr/yii2-widgets2-addons
or add
"eluhr/yii2-widgets2-addons": "*"
to the required section of your composer.json file.
Configuration
Add the following to your config/web.php:
use eluhr\widgets2\addons\Module; [ 'modules' => [ 'widgets-addons' => [ 'class' => Module::class ] ] ]
Usage
Add the Widget to your view:
use eluhr\widgets2\addons\widgets\CellLiveEditor; echo CellLiveEditor::widget();
统计信息
- 总下载量: 204
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-01-29