PHPackages                             daothanh/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. daothanh/tinymce

ActiveLibrary

daothanh/tinymce
================

Filament Tinymce Plugin

v1.0.1(2y ago)62421MITJavaScript

Since Sep 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/daothanh/tinymce)[ Packagist](https://packagist.org/packages/daothanh/tinymce)[ RSS](/packages/daothanh-tinymce/feed)WikiDiscussions main Synced 1mo ago

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

TinyMce Component for Filamentphp 3
===================================

[](#tinymce-component-for-filamentphp-3)

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

[](#integration)

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

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

[](#installation)

You can install the package via composer:

```
composer require daothanh/tinymce
```

Publish the assets:

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

Publish the Laravel Filemanager’s config and assets :

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

Create symbolic link :

```
php artisan storage:link
```

Optionally, you can publish the config file for customization:

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

Usage
-----

[](#usage)

```
use Daothanh\Tinymce\Forms\Components\TinymceField;

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

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

[](#customization)

### Simple editor

[](#simple-editor)

To use a predefined simple editor, you may use the profile() method:

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity44

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

Every ~0 days

Total

2

Last Release

974d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9161cb2f848bd165c892401983f8f0f27b4b63e468e6152be1797b54ce7bdee5?d=identicon)[daothanh](/maintainers/daothanh)

---

Tags

filament-formfilamentphplaraveltinyeditortinymce

### Embed Badge

![Health badge](/badges/daothanh-tinymce/health.svg)

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

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[jeffgreco13/filament-breezy

A custom package for Filament with login flow, profile and teams support.

1.0k1.7M41](/packages/jeffgreco13-filament-breezy)[althinect/filament-spatie-roles-permissions

340954.7k9](/packages/althinect-filament-spatie-roles-permissions)[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

299998.0k20](/packages/ysfkaya-filament-phone-input)[awcodes/filament-curator

A media picker plugin for FilamentPHP.

434297.7k19](/packages/awcodes-filament-curator)[dutchcodingcompany/filament-socialite

Social login for Filament through Laravel Socialite

213914.9k9](/packages/dutchcodingcompany-filament-socialite)

PHPackages © 2026

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