PHPackages                             chentaohua/wangeditor5 - 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. chentaohua/wangeditor5

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

chentaohua/wangeditor5
======================

wangEditor5 extension for laravel-admin

1.0.0(3y ago)081[1 PRs](https://github.com/chentaohua/wangeditor5/pulls)MITJavaScriptPHP &gt;=7.0.0

Since Sep 19Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (2)Used By (0)

wangEditor5 extension for laravel-admin
=======================================

[](#wangeditor5-extension-for-laravel-admin)

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

[](#installation)

```
composer require chentaohua/wangeditor5

php artisan vendor:publish --provider=Cth\WangEditor5\WangEditor5ServiceProvider
```

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

[](#configuration)

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

```
'extensions' => [

        // document : https://www.wangeditor.com/v5/
        'wangeditor5' => [
            // If the value is set to false, this extension will be disabled
            'enable' => true,
            'height' => '300px',

            'editor_config' => ['placeholder' => '请输入内容 ...'],
            'editor_mode' => 'simple', // or 'default'

            'toolbar_config' => [

            ],
            'toolbar_mode' => 'simple', // or 'default'
        ]
    ],
```

The configuration of the editor can be found in [wangEditor5 Documentation](https://www.wangeditor.com/v5/).

Usage
-----

[](#usage)

Use it in the form form:

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

License
-------

[](#license)

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

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity42

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

Unknown

Total

1

Last Release

1329d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bd202b15a71260576bbfd59e75cc852b03a430fb46032dd3aedc714aab80a20c?d=identicon)[韬华同学](/maintainers/%E9%9F%AC%E5%8D%8E%E5%90%8C%E5%AD%A6)

---

Tags

extensionlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chentaohua-wangeditor5/health.svg)

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

###  Alternatives

[laravel-admin-ext/chartjs

Use Chartjs in laravel-admin

102180.6k1](/packages/laravel-admin-ext-chartjs)[laravel-admin-ext/china-distpicker

Distpicker extension for laravel-admin

13443.9k](/packages/laravel-admin-ext-china-distpicker)[laravel-admin-ext/grid-sortable

Sort the grid data by drag and drop rows

42119.3k](/packages/laravel-admin-ext-grid-sortable)[jxlwqq/json-editor

JSON Editor for Laravel-admin

32101.8k](/packages/jxlwqq-json-editor)[jxlwqq/env-manager

Env Manager for Laravel-admin

3719.9k](/packages/jxlwqq-env-manager)[jxlwqq/quill

quill editor for laravel-admin

2427.1k](/packages/jxlwqq-quill)

PHPackages © 2026

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