PHPackages                             snowsoft/oatinymce - 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. snowsoft/oatinymce

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

snowsoft/oatinymce
==================

Integrate tinymce into laravel-admin

0.01(2y ago)06MITPHPPHP &gt;=8.0.0

Since Sep 28Pushed 2y ago1 watchersCompare

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

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

Integrate Tinymce into laravel-admin
====================================

[](#integrate-tinymce-into-laravel-admin)

This is a `laravel-admin` extension that integrates `Tinymce` into the `laravel-admin` form.

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

[](#installation)

```
composer require snowsoft/oatinymce
```

Then

```
php artisan vendor:publish --tag=laravel-admin-oatinymce
```

Configuration
-------------

[](#configuration)

In the `extensions` section of the `config/admin.php` file, add some configuration that belongs to this extension.

```
    'extensions' => [

        'tinymce' => [

            //Set to false if you want to disable this extension
            'enable' => true,

            // Editor configuration
            'config' => [

            ]
        ]
    ]
```

```
    'config' => [
        'lang'   => 'tr-TR',
        'height' => 500,
    ]
```

Usage
-----

[](#usage)

Use it in the form:

```
$form->tinymce('content');

// Set config
$form->tinymce('content')->options(['lang' => 'tr', 'height' => 500]);
```

License
-------

[](#license)

Licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.2% 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 ~1100 days

Total

2

Last Release

953d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/82e2e5c31874e6660f06e56f1bf60eebc23db8b6ef8e719e9f52ae6db07f90e3?d=identicon)[snowsoft](/maintainers/snowsoft)

---

Top Contributors

[![snowsoft](https://avatars.githubusercontent.com/u/4568234?v=4)](https://github.com/snowsoft "snowsoft (23 commits)")[![z-song](https://avatars.githubusercontent.com/u/1479100?v=4)](https://github.com/z-song "z-song (3 commits)")[![a1ex7](https://avatars.githubusercontent.com/u/13150222?v=4)](https://github.com/a1ex7 "a1ex7 (1 commits)")

---

Tags

extensioneditortinymcelaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/snowsoft-oatinymce/health.svg)

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

###  Alternatives

[laravel-admin-ext/summernote

Summernote extension for laravel-admin

37140.5k](/packages/laravel-admin-ext-summernote)[laravel-admin-ext/ckeditor

Integrate CKEDITOR into laravel-admin

30183.6k1](/packages/laravel-admin-ext-ckeditor)

PHPackages © 2026

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