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

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

backpack/tinymce-field
======================

TinyMCE field for Backpack

1.0.0(6mo ago)02.8k↓18.4%[1 issues](https://github.com/Laravel-Backpack/tinymce-field/issues)BladeCI passing

Since Nov 19Pushed 4mo ago2 watchersCompare

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

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

 [![](https://camo.githubusercontent.com/9e78df7fc68222a7a6fa043886b602baf78395fbc9a8d5c3dc2e1b2545fb156d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6261636b7061636b2f74696e796d63652d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/backpack/tinymce-field "Latest Version on Packagist") [![](https://camo.githubusercontent.com/f548c0defc49539090b48e032ca34ead866d95d7eab06074d44738c588f9bb9f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6261636b7061636b2f74696e796d63652d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/backpack/tinymce-field "Total Downloads") [![GitHub last commit](https://camo.githubusercontent.com/dc027ec2c0e073f728add2409b736a0abefb17b07a9fa45d6a89d91103f33169/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f6c61726176656c2d6261636b7061636b2f74696e796d63652d6669656c64)](https://github.com/Laravel-Backpack/tinymce-field/commits/master "Last commit") [![](https://camo.githubusercontent.com/119c483b8d7a9b93e8ef91d8ac72d8dd00406952e7c2fd3d5480cce1b0222063/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f77726974696e672532307374616e646172642d74686525323077686f6c6525323066727569742d627269676874677265656e3f7374796c653d666c61742d737175617265 "We believe writing good code is not only about writing good code. It’s also about the words around it. We aims to deliver both: code and words.")](https://github.com/the-whole-fruit/manifesto)

backpack\\tinymce-field
=======================

[](#backpacktinymce-field)

A field type for [Laravel Backpack](https://backpackforlaravel.com/) that uses the [TinyMCE](https://www.tiny.cloud/) WYSIWYG editor.

Install
-------

[](#install)

To install this package via Composer, run this command:

```
composer require backpack/tinymce-field
```

Usage
-----

[](#usage)

In your CrudController, use the `tinymce` field type:

```
CRUD::field([   // TinyMCE
    'name'  => 'description',
    'label' => 'Description',
    'type'  => 'tinymce',
    // optional overwrite of the configuration array
    // 'options' => [
        //'selector' => 'textarea.tinymce',
        //'skin' => 'dick-light',
        //'plugins' => 'image link media anchor'
    // ],
]);
```

**NOTE**: if you want to modify the toolbar buttons (add or remove), here is the default configured toolbar so you can modify it:

```
'options' => ['toolbar' => 'undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | outdent indent'],
```

Some buttons are related to specific plugins and need them to work, please read more about it here: [tiny mce available toolbar buttons](https://www.tiny.cloud/docs/advanced/available-toolbar-buttons/)

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Please **[subscribe to the Backpack Newsletter](http://backpackforlaravel.com/newsletter)** so you can find out about any security updates, breaking changes or major features. We send an email every 1-2 months.

License
-------

[](#license)

TinyMCE is released under the GPL license. Please see the [TinyMCE licensing page](https://www.tiny.cloud/docs/tinymce/latest/license-key/) for more information. Means that if you use TinyMCE in your project, and you distribute that project, you need to make the source code of your project available under a GPL-compatible license or purchase a commercial TinyMCE license.

Credits
-------

[](#credits)

- [Pedro Martins](https://github.com/pxpm)
- [Cristian Tabacitu](https://github.com/tabacitu)

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance72

Regular maintenance activity

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 70% 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

Unknown

Total

1

Last Release

180d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f2073da18c2e24ef792dd3e9aa51d5427a79a7abfd252788e57eeb1007a89f87?d=identicon)[tabacitu](/maintainers/tabacitu)

---

Top Contributors

[![pxpm](https://avatars.githubusercontent.com/u/7188159?v=4)](https://github.com/pxpm "pxpm (7 commits)")[![tabacitu](https://avatars.githubusercontent.com/u/1032474?v=4)](https://github.com/tabacitu "tabacitu (3 commits)")

---

Tags

laravelbackpack

### Embed Badge

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

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

###  Alternatives

[backpack/settings

Application settings interface for Laravel 5 using Backpack CRUD.

290870.9k10](/packages/backpack-settings)[backpack/theme-tabler

UI for Backpack v6 that uses Tabler and Bootstrap v5.

35536.5k](/packages/backpack-theme-tabler)[backpack/backupmanager

Admin interface for managing backups in Backpack, on Laravel 5.2+

340375.9k2](/packages/backpack-backupmanager)[backpack/activity-log

Activity Log for Backpack

3487.5k1](/packages/backpack-activity-log)[thomascombe/backpack-async-export

This is a package to manage async export in Backpack for Laravel

1528.5k](/packages/thomascombe-backpack-async-export)[webfactor/laravel-backpack-instant-fields

Instant fields to create/edit/delete related entities on the fly in Laravel Backpack

486.9k](/packages/webfactor-laravel-backpack-instant-fields)

PHPackages © 2026

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