cliff363825/yii2-ueditor

UEditor Widget For Yii2

Installs: 33

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:yii2-extension

dev-master 2016-04-25 01:15 UTC

This package is auto-updated.

Last update: 2024-04-29 02:51:02 UTC


README

UEditor Widget For Yii2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist cliff363825/yii2-ueditor "*"

or add

"cliff363825/yii2-ueditor": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \cliff363825\ueditor\UEditorWidget::widget(); ?>```