noin/filament-forms-tinyeditor

A TinyMce editor component for Filament
3,543
Install
composer require noin/filament-forms-tinyeditor
Latest Version:v4.0.3
PHP:^8.3
License:MIT
Last Updated:Jul 22, 2026
Links: GitHub  ·  Packagist
Maintainer: Tinno

Filament Forms TinyEditor

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads


📝 Overview

Filament Forms TinyEditor provides a TinyMCE editor field for your Filament forms.
It combines and improves upon two existing community plugins:

The goal is to unify both approaches into a single, reliable, and customizable TinyMCE integration for the Filament admin panel — offering an effortless way to add rich-text editing to your forms.


📦 Installation

Install the package via Composer:

composer require noin/filament-forms-tinyeditor

After installation, the TinyEditor field will be automatically registered and ready to use.

⚙️ Usage Example

Add the TinyEditor field to your Filament form:

use Noin\FilamentFormsTinyeditor\TinyEditor;

TinyEditor::make('content');

⚙️ Configuration

You can publish the configuration file to customize the default TinyMCE settings:

php artisan vendor:publish --tag="filament-forms-tinyeditor-config"

This will create a configuration file at:

config/filament-forms-tinyeditor.php

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

Related Packages

novadaemon/filament-pretty-json

Read-only field to show pretty json in your filamentphp forms

577,161 47
waterloobae/tinymce

TinyMCE and LaTeX support for Laravel, Livewire, and Filament

698 1
avnsh1111/filament-dynamic-form-builder

Filament v4 plugin: fully functional dynamic form builder (create, render, colle...

149 2