h1cms / h1cms-ueditor
yii2 ueditor plugin
Package info
github.com/h1cms/h1cms-ueditor
Language:JavaScript
Type:yii2-extension
pkg:composer/h1cms/h1cms-ueditor
dev-master
2016-05-30 14:12 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-15 04:01:49 UTC
README
yii2 ueditor plugin
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist h1cms/h1cms-ueditor "*"
or add
"h1cms/h1cms-ueditor": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \h1cms\ueditor\Ueditor::widget([]); ?>```