PHPackages                             kant/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kant/yii2-tinymce

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kant/yii2-tinymce
=================

Tinymce widget for Yii 2

0.2(8y ago)018JavaScriptPHP &gt;=5.4.0

Since Aug 31Pushed 8y ago1 watchersCompare

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

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Tinymce Extension for Yii 2
===========================

[](#tinymce-extension-for-yii-2)

This extension provides **The Most Advanced WYSIWYG HTML Editor** [tinymce](https://www.tinymce.com/), called Gii, for [Yii framework 2.0](http://www.yiiframework.com) applications.

For license information check the [LICENSE](LICENSE.md)-file.

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist kant/yii2-tinymce

```

or add

```
"kant/yii2-tinymce": "~0.2"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply modify your application configuration as follows:

```
