hamvorinf/yii2-ueditor

Use ueditor in Yii2

Maintainers

Package info

github.com/Hamvorinf/yii2-ueditor

Language:JavaScript

Type:yii2-extension

pkg:composer/hamvorinf/yii2-ueditor

Statistics

Installs: 44

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2018-02-06 10:41 UTC

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(); ?>```