PHPackages                             poldixd/laravel-filament-rich-editor-insert-html - 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. [Templating &amp; Views](/categories/templating)
4. /
5. poldixd/laravel-filament-rich-editor-insert-html

ActiveLibrary[Templating &amp; Views](/categories/templating)

poldixd/laravel-filament-rich-editor-insert-html
================================================

A Filament rich editor plugin for inserting raw HTML from a modal.

0.1.0(2mo ago)046MITPHP ^8.2

Since May 18Compare

[ Source](https://github.com/poldixd/laravel-filament-rich-editor-insert-html)[ Packagist](https://packagist.org/packages/poldixd/laravel-filament-rich-editor-insert-html)[ Docs](https://github.com/poldixd/laravel-filament-rich-editor-insert-html)[ RSS](/packages/poldixd-laravel-filament-rich-editor-insert-html/feed)WikiDiscussions Synced 3w ago

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

Laravel Filament Rich Editor Insert HTML
========================================

[](#laravel-filament-rich-editor-insert-html)

A small Filament rich editor plugin that adds an `insertHtml` toolbar button. The button opens a modal where users can paste HTML, then inserts that HTML into the editor at the current cursor position.

Requirements
------------

[](#requirements)

- PHP 8.2 or higher
- Filament Forms 5.6 or higher
- Laravel 11, 12, or 13

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

[](#installation)

Install the package with Composer:

```
composer require poldixd/laravel-filament-rich-editor-insert-html
```

Laravel will discover the service provider automatically.

Usage
-----

[](#usage)

Register the plugin on a Filament `RichEditor` field:

```
use Filament\Forms\Components\RichEditor;
use poldixd\FilamentRichEditorInsertHtml\RichEditorInsertHtmlPlugin;

RichEditor::make('content')
    ->plugins([
        RichEditorInsertHtmlPlugin::make(),
    ]);
```

The plugin automatically enables the `insertHtml` toolbar button. Clicking it opens a modal with an HTML textarea and inserts the submitted HTML using Filament's rich editor command API.

Translations
------------

[](#translations)

The package ships with English and German translations. To customize them in your application, publish the language files:

```
php artisan vendor:publish --tag=filament-rich-editor-insert-html-translations
```

The files will be published to:

```
lang/vendor/filament-rich-editor-insert-html

```

Testing
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance86

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

68d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/06ee838e882815b78c994ebb11877afddc8955ec84886af6174e64e4f002d67b?d=identicon)[poldixd](/maintainers/poldixd)

---

Tags

laravelhtmlfilamentrich editor

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/poldixd-laravel-filament-rich-editor-insert-html/health.svg)

```
[![Health](https://phpackages.com/badges/poldixd-laravel-filament-rich-editor-insert-html/health.svg)](https://phpackages.com/packages/poldixd-laravel-filament-rich-editor-insert-html)
```

###  Alternatives

[moonshine/moonshine

Laravel administration panel

1.3k253.1k86](/packages/moonshine-moonshine)[hasinhayder/tyro-dashboard

Tyro Dashboard - Beautiful admin dashboard for managing Tyro roles, privileges, users, and settings

5443.8k](/packages/hasinhayder-tyro-dashboard)[ublabs/blade-simple-icons

A package to easily make use of Simple Icons in your Laravel Blade views.

1963.4k](/packages/ublabs-blade-simple-icons)[technikermathe/blade-lucide-icons

A package to easily make use of Lucide icons in your Laravel Blade views.

18421.4k11](/packages/technikermathe-blade-lucide-icons)[promethys/revive

A 'RecycleBin' page where users can restore or delete permanently soft-deleted models.

163.1k1](/packages/promethys-revive)

PHPackages © 2026

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