Yii2编辑器

Ueditor for Yii2

yii2整合ueditor富文本编辑器

基于yii2官方扩展yiisoft/yii2-imagine和UEditor资源包[1.4.3.3 PHP 版本] UTF-8版开发

扩展特点:

1. 支持修改尺寸
2. 支持文字水印
3. 支持图片水印
4. 支持多图上传

https://github.com/netpc-ken/yii2-ueditor

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist netpc/yii2-ueditor "*"
composer require --prefer-dist netpc/yii2-ueditor:"dev-master"

or add

"netpc/yii2-ueditor": "*"

to the require section of your composer.json file.

Update

 composer require netpc/yii2-ueditor