PHPackages                             murdercode/nova4-tinymce-editor - 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. murdercode/nova4-tinymce-editor

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

murdercode/nova4-tinymce-editor
===============================

Boost your Laravel Nova with the TinyMCE editor.

v2.0.3(4mo ago)17186.3k↓45.4%17[2 issues](https://github.com/murdercode/Nova4-TinymceEditor/issues)[1 PRs](https://github.com/murdercode/Nova4-TinymceEditor/pulls)1MITPHPPHP ^8.0|^8.1|^8.2|^8.3|^8.4CI failing

Since Apr 20Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/murdercode/Nova4-TinymceEditor)[ Packagist](https://packagist.org/packages/murdercode/nova4-tinymce-editor)[ RSS](/packages/murdercode-nova4-tinymce-editor/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (5)Versions (23)Used By (1)

Nova TinyMCE Editor
===================

[](#nova-tinymce-editor)

[![Logo Nova4 TinyMce](https://github.com/murdercode/Nova4-TinymceEditor/raw/HEAD/art/banner.svg)](https://github.com/murdercode/Nova4-TinymceEditor/raw/HEAD/art/banner.svg)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c3c5f8c70d15e2e5fea0cae3ef2497d1ce0477fad01db537646dcad2eba9735e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d7572646572636f64652f6e6f7661342d74696e796d63652d656469746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/murdercode/nova4-tinymce-editor)[![Code Style](https://camo.githubusercontent.com/335cf964d7feedd98eda3d690cc87fc5e9465e5e9d02b67f242f1a316dd198a4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d7572646572636f64652f4e6f7661342d54696e796d6365456469746f722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6c6162656c3d436f64652532305374796c65)](https://github.com/murdercode/Nova4-TinymceEditor/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Analyze](https://github.com/murdercode/Nova4-TinymceEditor/actions/workflows/phpstan.yml/badge.svg)](https://github.com/murdercode/Nova4-TinymceEditor/actions/workflows/phpstan.yml)[![Maintainability](https://camo.githubusercontent.com/21afe62df642fa76961b74d24d5e0a1dbd3e7d8ae0e05e9ff54139dbe4e686d0/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f61366234386238383763363961356639316565352f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/murdercode/Nova4-TinymceEditor/maintainability)[![Total Downloads](https://camo.githubusercontent.com/80aef7f83669c8cb2af41fd619f67ad9de60bd071c53b333c0a4d546bb17cfca/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d7572646572636f64652f6e6f7661342d74696e796d63652d656469746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/murdercode/nova4-tinymce-editor)[![License Mit](https://camo.githubusercontent.com/7362d9754a9dd95b67fe8c433314a3d6ed4d3351e4d09d1fa5b01751de1d5ea0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d7572646572636f64652f4e6f7661342d54696e796d6365456469746f72)](https://camo.githubusercontent.com/7362d9754a9dd95b67fe8c433314a3d6ed4d3351e4d09d1fa5b01751de1d5ea0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d7572646572636f64652f4e6f7661342d54696e796d6365456469746f72)

Introduction
------------

[](#introduction)

Unleash creativity within Laravel Nova using the TinyMCE plugin, making content creation a breeze with its user-friendly and dynamic editing capabilities.

Features
--------

[](#features)

- 📷 Upload images support *(BETA)*
- 🌙 Dark mode support
- 🔀 Switch between 5 or 6 versions of TinyMCE
- ❌ Can be disabled (by passing readonly() to make method)

Extra
-----

[](#extra)

Important

Want some steroids for your TinyMCE? [Check out](https://github.com/The-3Labs-Team/tinymce-chatgpt-plugin) our new \* *ChatGTP for TinyMCE*\* plugin! 🚀🚀🚀

Demo &amp; Screenshots
----------------------

[](#demo--screenshots)

[![Demo Nova4 TinyMce](https://github.com/murdercode/Nova4-TinymceEditor/raw/HEAD/art/demo1.gif)](https://github.com/murdercode/Nova4-TinymceEditor/raw/HEAD/art/demo1.gif)

Versioning
----------

[](#versioning)

This package follows the following versioning scheme:

- **v2.x** - Nova 5 - TinyMCE 5 or 6
- **v1.x** - Nova 4 - TinyMCE 5 or 6
- **v0.x** - TinyMCE version 5 (deprecated)

Prerequisites
-------------

[](#prerequisites)

- Laravel &gt;= 9
- PHP &gt;= 8.0
- Laravel Nova &gt;= 4
- TinyMCE API Key ([get one here](https://www.tiny.cloud/))

How to install
==============

[](#how-to-install)

In the root of your Laravel installation launch:

```
composer require murdercode/nova4-tinymce-editor
```

Then publish the config:

```
php artisan vendor:publish --provider="Murdercode\TinymceEditor\FieldServiceProvider"
```

A file in `config/nova_tinymce_editor.php` will appear as follows (you can change the default values):

```
