hamvorinf/yii2-ueditor

Use ueditor in Yii2

Installs: 44

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

Language:JavaScript

Type:yii2-extension

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

This package is not auto-updated.

Last update: 2025-03-23 10:16:43 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(); ?>```