PHPackages                             codezeen/yii2-tinymce - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. codezeen/yii2-tinymce

ActiveYii2-extension[Templating &amp; Views](/categories/templating)

codezeen/yii2-tinymce
=====================

TinyMCE extension for Yii2 with compressor

1.0.0(11y ago)28.2k[1 issues](https://github.com/codezeen/yii2-tinymce/issues)1BSD-3-ClausePHP

Since May 10Pushed 11y ago2 watchersCompare

[ Source](https://github.com/codezeen/yii2-tinymce)[ Packagist](https://packagist.org/packages/codezeen/yii2-tinymce)[ RSS](/packages/codezeen-yii2-tinymce/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (1)

Yii2 TinyMCE
============

[](#yii2-tinymce)

TinyMCE Extension For Yii2 With Compressor

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist codezeen/yii2-tinymce "*"

```

or add

```
"codezeen/yii2-tinymce": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

### Register Asset Only

[](#register-asset-only)

If you only want to use the asset, you only need to write the following code to the file view:

```

```

### Usage With ActiveForm

[](#usage-with-activeform)

```
