PHPackages                             visanduma/nova-image-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. [Image &amp; Media](/categories/media)
4. /
5. visanduma/nova-image-tinymce

ActiveLibrary[Image &amp; Media](/categories/media)

visanduma/nova-image-tinymce
============================

A Laravel Nova TinyMCE field with built in image gallery support

1.0.2(3y ago)07MITVuePHP &gt;=7.1.0

Since Sep 21Pushed 3y agoCompare

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

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

Laravel Nova Image TinyMCE Editor field
=======================================

[](#laravel-nova-image-tinymce-editor-field)

Nova Image TinyMCE Editor is Laravel Nova field that integrates TinyMCE5 WYSIWYG editor wit inbuilt image gallery.

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

[](#installation)

Use the [composer](https://getcomposer.org/) to install this package.

```
composer require visanduma/nova-image-tinymce
```

Usage
-----

[](#usage)

Publish config with the following command:

```
php artisan vendor:publish --provider="Visanduma\NovaImageTinymce\FieldServiceProvider"
```

Edit TinyMCE options and image related configrations. add your TinyMCE cloud API key here or to your .env file like this:

```
TINYMCE_API_KEY=your-key-here
```

Run migration to build image table

```
php artisan migrate
```

Add NovaImageTinymce class and field to your Nova Resource.

```
use Visanduma\NovaImageTinymce\NovaImageTinymceEditor;

...

NovaImageTinymceEditor::make('Body', 'body')->useImageGallery()
```

Disable image upload feature

```
NovaImageTinymceEditor::make('Body', 'body')->useImageGallery()->withoutImageUpload()
```

Available options
-----------------

[](#available-options)

You can pass arguments and TinyMCE options directly from a field to customize your toolbar and plugins, like this:

```
NovaImageTinymceEditor::make('Body')->placeholder('Enter content here')
->options(['toolbar' => ['undo redo | align | link | code'], 'plugins' => ['link code']]),
```

For available options/plugins visit official TinyMCE 5 documentation.

Customizing image handler
-------------------------

[](#customizing-image-handler)

The default image handler is inbuilt one with it's own data table. you can chage image hnadler in config file. image handlers mustbe compatible with "MediaControllerInterface"

```
 'media_handler' => \Visanduma\NovaImageTinymce\Controller\MediaController::class
```

### Screenshots

[](#screenshots)

Idea
----

[](#idea)

This package was created on top of Kraftbit/nova-tinymce5-editor

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~305 days

Total

3

Last Release

1446d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/30f6d3c78c26dd226777b19b659363509fe92a95a682fbfcba13eda64060b591?d=identicon)[dumithrathnayaka](/maintainers/dumithrathnayaka)

---

Top Contributors

[![lahirulhr](https://avatars.githubusercontent.com/u/13136764?v=4)](https://github.com/lahirulhr "lahirulhr (20 commits)")[![Apatrid](https://avatars.githubusercontent.com/u/3986799?v=4)](https://github.com/Apatrid "Apatrid (8 commits)")[![markwillis82](https://avatars.githubusercontent.com/u/388159?v=4)](https://github.com/markwillis82 "markwillis82 (1 commits)")[![s-ioannidis](https://avatars.githubusercontent.com/u/134589130?v=4)](https://github.com/s-ioannidis "s-ioannidis (1 commits)")

---

Tags

laravelimageeditorwysiwygtinymcenovaimage-picker

### Embed Badge

![Health badge](/badges/visanduma-nova-image-tinymce/health.svg)

```
[![Health](https://phpackages.com/badges/visanduma-nova-image-tinymce/health.svg)](https://phpackages.com/packages/visanduma-nova-image-tinymce)
```

###  Alternatives

[ctessier/nova-advanced-image-field

An advanced image field for Nova with cropping and resizing.

103548.4k1](/packages/ctessier-nova-advanced-image-field)[mostafaznv/nova-ckeditor

CkEditor for Laravel Nova

57327.2k1](/packages/mostafaznv-nova-ckeditor)[advoor/nova-editor-js

A Laravel Nova field bringing EditorJs magic to Nova.

92179.0k3](/packages/advoor-nova-editor-js)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[ktquez/laravel-tinymce

TinyMCE editor for Laravel and Lumen Framework

2525.4k](/packages/ktquez-laravel-tinymce)[ayvazyan10/nova-imagic

Imagic is a Laravel Nova field package that allows for image manipulation capabilities, such as cropping, resizing, quality adjustment, and WebP conversion. It utilizes the powerful Intervention Image class for image manipulation.

144.3k1](/packages/ayvazyan10-nova-imagic)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
