sibds / yii2-htmleditor
HTML Editors for Yii2
Package info
github.com/sibds/yii2-htmleditor
Type:yii2-extension
pkg:composer/sibds/yii2-htmleditor
0.5
2023-04-12 11:43 UTC
Requires
- mihaildev/yii2-elfinder: *
- sibds/yii2-ckeditor-widget: dev-master
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-03-01 00:10:17 UTC
README
HTML Editors for Yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist sibds/yii2-htmleditor "*"
or add
"sibds/yii2-htmleditor": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \sibds\widgets\CKEditor::widget(); ?>```