3ch3r46/tinymce

The TinyMCE Extension for yii framework

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extension

dev-master 2014-04-28 13:59 UTC

This package is not auto-updated.

Last update: 2024-04-23 05:02:45 UTC


README

The TinyMCE Extension for yii framework

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist 3ch3r46/tinymce "*"

or add

"3ch3r46/tinymce": "*"

to the require section of your composer.json file.

Usage

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

<?= \a3ch3r46\tinymce\TinyMCE::widget($config); ?>```