PHPackages                             3xw/cakephp-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. 3xw/cakephp-tinymce

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

3xw/cakephp-tinymce
===================

CakePHP utils plugins

5.0.4(3mo ago)08813VuePHP &gt;=8.0

Since Dec 5Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/3xw/cakephp-tinymce)[ Packagist](https://packagist.org/packages/3xw/cakephp-tinymce)[ RSS](/packages/3xw-cakephp-tinymce/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (2)Versions (28)Used By (3)

cakephp-tinymce plugin for CakePHP 4.x
======================================

[](#cakephp-tinymce-plugin-for-cakephp-4x)

TinyMCE 5 for CakePHP 4.x

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require 3xw/cakephp-tinymce

```

In your src/Application.php file

```
$this->addPlugin(\Trois\Tinymce\Plugin::class, ['boostrap' => true]);

```

Configuration
-------------

[](#configuration)

At the end of config/boostrap file

```
Configure::write('Trois/Tinymce.config', ['tinymce']);

```

With your own configuration, create file config/tinymce.php ex:

```
