安装yii2-百度编辑器:

php composer.phar require --prefer-dist crazydb/yii2-ueditor "*"

yii2-ueditor百度编辑器_百度编辑器

yii2-ueditor百度编辑器_php_02

'controllerMap'=>[
//'upload'=>'backend\components\UploadController',
'ueditor' => [
'class' => 'crazydb\ueditor\UEditorController',
]
],

yii2-ueditor百度编辑器_百度_03

<?= $form->field($model, 'content')->widget(\crazydb\ueditor\UEditor::className()) ?>

解决。奥利给

yii2-ueditor百度编辑器_php_04