PHPackages                             jleach/laravelmce - 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. jleach/laravelmce

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

jleach/laravelmce
=================

143CSS

Since Apr 25Pushed 12y ago1 watchersCompare

[ Source](https://github.com/doveraudio/laravelmce)[ Packagist](https://packagist.org/packages/jleach/laravelmce)[ RSS](/packages/jleach-laravelmce/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

\#A simple package to add **TinyMCE** to a **laravel** project.

use composer, and add the following line to your composer under "require"

```
"jleach/laravelmce": "dev-master"

```

add to config/app.php

```
'Jleach\Laravelmce\LaravelmceServiceProvider',

```

run in the command line

```
php artisan asset:publish

```

then add this line to your head section in your blade.php view.

```
{{ HTML::script('packages/jleach/laravelmce/js/tinymce/tinymce.min.js') }}

tinymce.init({
    selector: "textarea"
});

```

and in the body:

```

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5299684?v=4)[Jeremy Leach](/maintainers/doveraudio)[@doveraudio](https://github.com/doveraudio)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jleach-laravelmce/health.svg)

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

###  Alternatives

[bigwhoop/sentence-breaker

Sentence boundary disambiguation (SBD) - or sentence breaking - library written in PHP.

42132.3k](/packages/bigwhoop-sentence-breaker)[j0k3r/graby-site-config

Graby site config files

23365.8k3](/packages/j0k3r-graby-site-config)

PHPackages © 2026

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