PHPackages                             mei-labs/fi-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. mei-labs/fi-tinymce

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

mei-labs/fi-tinymce
===================

Filament TinyMCE Plugin

v1.0.2(2y ago)074MITJavaScript

Since Feb 18Pushed 1y agoCompare

[ Source](https://github.com/Mei-LABS/fi-tinymce)[ Packagist](https://packagist.org/packages/mei-labs/fi-tinymce)[ RSS](/packages/mei-labs-fi-tinymce/feed)WikiDiscussions master Synced today

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

Filament TinyMCE
================

[](#filament-tinymce)

Integration
-----------

[](#integration)

Filament TinyMCE integrates with:

- TinyMCE 6
- [Laravel Filemanager](https://github.com/UniSharp/laravel-filemanager)

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

[](#installation)

To install the package via Composer, run the following command:

```
composer require mei-labs/fi-tinymce
```

After installation, publish the assets:

```
php artisan vendor:publish --tag="mei-labs-tinymce-assets"
```

Next, publish the Laravel Filemanager’s configuration and assets:

```
php artisan vendor:publish --tag=lfm_config
php artisan vendor:publish --tag=lfm_public
```

Create a symbolic link for storage:

```
php artisan storage:link
```

Optionally, you can publish the configuration file for customization:

```
php artisan vendor:publish --tag="mei-labs-tinymce-config"
```

Usage
-----

[](#usage)

To use Filament TinyMCE, you can employ the following syntax in your code:

```
use MeiLABS\TinyMCE\Forms\Components\TinymceField;

TinymceField::make('description');
```

Customization
-------------

[](#customization)

### Simple Editor

[](#simple-editor)

To utilize a predefined simple editor, you may use the `profile()` method as follows:

```
TinymceField::make('description')->profile('simple');
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~1 days

Total

3

Last Release

862d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/576e8ac1f515209230a6c09af29eaeab82cbeb67d9c6e471ff5f61384d7b92fb?d=identicon)[codewithmei](/maintainers/codewithmei)

---

Top Contributors

[![codewithmei](https://avatars.githubusercontent.com/u/128881536?v=4)](https://github.com/codewithmei "codewithmei (4 commits)")

### Embed Badge

![Health badge](/badges/mei-labs-fi-tinymce/health.svg)

```
[![Health](https://phpackages.com/badges/mei-labs-fi-tinymce/health.svg)](https://phpackages.com/packages/mei-labs-fi-tinymce)
```

###  Alternatives

[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3161.3M25](/packages/ysfkaya-filament-phone-input)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94135.4k5](/packages/marcelweidum-filament-expiration-notice)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19346.6k3](/packages/symfony-ux-cropperjs)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[eduardoribeirodev/filament-leaflet

Um widget de mapa para FilamentPHP.

2118.9k](/packages/eduardoribeirodev-filament-leaflet)

PHPackages © 2026

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