soless/yii2-croppie-editor-widget
Composer 安装命令:
composer require soless/yii2-croppie-editor-widget
包简介
Croppie powered active form image editor
README 文档
README
Croppie powered active form image editor
install: php composer.phar require --prefer-dist soless/yii2-croppie-editor-widget "*"
Basic usage:
<?php echo $form->field($model, 'imageBlob')->widget('soless\croppieeditor\CroppieEditorWidget', [ 'defaultImage' => $model->image, 'width' => 608, 'height' => 360, ]) ?>
imageBlob - public model attribute
image - model image url
统计信息
- 总下载量: 121
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2018-02-11