PHPackages                             leo-yi/wang-editor - 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. leo-yi/wang-editor

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

leo-yi/wang-editor
==================

wangEditor extension for laravel-admin

v3.1(5y ago)05462MITJavaScriptPHP &gt;=7.2.0

Since Sep 9Pushed 2y agoCompare

[ Source](https://github.com/leo-yi/wangEditor)[ Packagist](https://packagist.org/packages/leo-yi/wang-editor)[ Docs](https://github.com/laravel-admin-extensions/wangEditor)[ RSS](/packages/leo-yi-wang-editor/feed)WikiDiscussions master Synced today

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

wangEditor extension for laravel-admin
======================================

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

fork from:

这个仓库独立出来是给自己使用的，目前 wangEditor 的版本为 4.6.9

```
// 注意：升级后需要重新发布静态资源
php artisan vendor:publish --force --tag=laravel-admin-wangEditor
```

这是一个`laravel-admin`扩展，用来将`wangEditor`集成进`laravel-admin`的表单中

laravel-adminextension1.x1.x2.x2.x安装
--

[](#安装)

```
// laravel-admin 1.x
composer require leo-yi/wang-editor

// laravel-admin 2.x (请使用官方)
composer require laravel-admin-ext/wang-editor
```

然后

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

配置
--

[](#配置)

在`config/admin.php`文件的`extensions`，加上属于这个扩展的一些配置

```
    'extensions' => [

        'wang-editor' => [

            // 如果要关掉这个扩展，设置为false
            'enable' => true,

            // 编辑器的配置
            'config' => [

            ]
        ]
    ]
```

编辑器的配置可以到[wangEditor官网](http://www.wangeditor.com/)

使用
--

[](#使用)

在form表单中使用它：

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

License
-------

[](#license)

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

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 65.4% 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 ~92 days

Recently: every ~42 days

Total

11

Last Release

1935d ago

Major Versions

v1.2.1 → 2.0.x-dev2020-09-27

v2.1 → v3.02020-12-01

PHP version history (2 changes)v1.0PHP &gt;=7.0.0

v2.1PHP &gt;=7.2.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8898106?v=4)[leo](/maintainers/leo-yi)[@leo-yi](https://github.com/leo-yi)

---

Top Contributors

[![z-song](https://avatars.githubusercontent.com/u/1479100?v=4)](https://github.com/z-song "z-song (17 commits)")[![leo-yi](https://avatars.githubusercontent.com/u/8898106?v=4)](https://github.com/leo-yi "leo-yi (7 commits)")[![cimoing](https://avatars.githubusercontent.com/u/7523253?v=4)](https://github.com/cimoing "cimoing (1 commits)")[![puzzle9](https://avatars.githubusercontent.com/u/13518196?v=4)](https://github.com/puzzle9 "puzzle9 (1 commits)")

---

Tags

extensioneditorlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/leo-yi-wang-editor/health.svg)

```
[![Health](https://phpackages.com/badges/leo-yi-wang-editor/health.svg)](https://phpackages.com/packages/leo-yi-wang-editor)
```

###  Alternatives

[laravel-admin-ext/summernote

Summernote extension for laravel-admin

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

Integrate CKEDITOR into laravel-admin

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

PHPackages © 2026

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