yii2 ueditor
yii2 ueditor plugin, (*1)
Installation
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist h1cms/h1cms-ueditor "*"
or add, (*4)
"h1cms/h1cms-ueditor": "*"
to the require section of your composer.json
file., (*5)
Usage
Once the extension is installed, simply use it in your code by :, (*6)
php
<?= \h1cms\ueditor\Ueditor::widget([]); ?>
, (*7)