WYSIWYG text editor widget with integrated file browser.
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist MadAnd/yii2-ckeditor-kcfinder "*"
or add
"MadAnd/yii2-ckeditor-kcfinder": "*"
to the require section of your composer.json
file.
\MadAnd\ckeditor\CKEditor::widget();
'type' => CKEditor::TYPE_STANDARD,
'height'=>'200px',
'language'=>Yii::$app->language,