hamvorinf / yii2-ueditor
Use ueditor in Yii2
Package info
github.com/Hamvorinf/yii2-ueditor
Language:JavaScript
Type:yii2-extension
pkg:composer/hamvorinf/yii2-ueditor
dev-master
2018-02-06 10:41 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-22 14:51:46 UTC
README
Use ueditor in Yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist hamvorinf/yii2-ueditor "*"
or add
"hamvorinf/yii2-ueditor": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \hamvorinf\ueditor\UEditor::widget(); ?>```