PHPackages                             almamun2s/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. almamun2s/tinymce

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

almamun2s/tinymce
=================

The Most Trusted and Feature-rich WYSIWYG Rich Text Editor

1.1.4(10mo ago)036MITPHPPHP &gt;=8.2

Since Jul 1Pushed 10mo agoCompare

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

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

TinyMCE editor for laravel
==========================

[](#tinymce-editor-for-laravel)

> Support WYSIWYG editor in input fields

Features
--------

[](#features)

- Support Laravel 11/12
- WYSIWYG editor
- Works with laravel blade
- React, VUE and Angular support are coming soon

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

[](#installation)

Add the following line to the `require` section of `composer.json`:

```
{
    "require": {
        "almamun2s/tinymce": "1.*"
    }
}
```

OR

Require this package with composer:

```
composer require almamun2s/tinymce

```

Update your packages with `composer update` or install with `composer install`.

Publish Config
--------------

[](#publish-config)

```
php artisan vendor:publish --tag=tinymce

```

### TinyMCE WYSIWYG editor (version 7.9.1)

[](#tinymce-wysiwyg-editor-version-791)

Edit `frontend_framework` in the `config/tinymce.php` config

file `config/tinymce.php`

```
