soless / yii2-croppie-editor-widget
Croppie powered active form image editor
Package info
github.com/SoleSS/yii2-croppie-editor-widget
Language:JavaScript
Type:yii2-extension
pkg:composer/soless/yii2-croppie-editor-widget
1.0.0
2018-02-12 07:30 UTC
Requires
- bower-asset/croppie: >=2.6.1
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-03-01 00:24:38 UTC
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