dev-master
9999999-dev https://github.com/jaslin/yii2-kindeditorsimply kindeditor for yii2 textarea with image upload controller
BSD-4-Clause GNU
The Requires
- php >=5.4
- yiisoft/yii2 *
yii2 upload kindeditor simply
simply kindeditor for yii2 textarea with image upload controller
The preferred way to install this extension is through composer., (*1)
Either run, (*2)
php composer.phar require "jaslin/yii2-kindeditor" "dev-master"
or add, (*3)
"jaslin/yii2-kindeditor": "dev-master"
to the require section of your application's composer.json
file., (*4)
'modules'=>[ 'upload' => [ 'class' => 'jaslin\kindeditor\Module', ], ]
echo $form->field($model, 'content')->widget(jaslin\kindeditor\KindEditor::className(), ['options' => [],'configs' => []]); ## configs http://kindeditor.net/docs/option.html
jaslin\kindeditor\LightAsset::register($this);, (*5)
simply kindeditor for yii2 textarea with image upload controller
BSD-4-Clause GNU
yii2 upload kindeditor simply