PHPackages                             liunian/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. [Admin Panels](/categories/admin)
4. /
5. liunian/wang-editor

ActiveLibrary[Admin Panels](/categories/admin)

liunian/wang-editor
===================

wangEditor extension for laravel-admin

011JavaScript

Since May 8Pushed 3y agoCompare

[ Source](https://github.com/liunian-zy/wangEditor)[ Packagist](https://packagist.org/packages/liunian/wang-editor)[ RSS](/packages/liunian-wang-editor/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)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

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 Bus Factor1

Top contributor holds 68% 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://www.gravatar.com/avatar/a76e7a56220f6a80adced9a40198432f6326a7409dc879fbaab833b25d0cd641?d=identicon)[liunianwangluo](/maintainers/liunianwangluo)

---

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 (5 commits)")[![liunian-zy](https://avatars.githubusercontent.com/u/54872980?v=4)](https://github.com/liunian-zy "liunian-zy (2 commits)")[![cimoing](https://avatars.githubusercontent.com/u/7523253?v=4)](https://github.com/cimoing "cimoing (1 commits)")

### Embed Badge

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

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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