PHPackages                             liuhelong/laravel-admin-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. liuhelong/laravel-admin-wang-editor

ActiveLibrary

liuhelong/laravel-admin-wang-editor
===================================

wangEditor extension for laravel-admin

1.2(4y ago)059MITJavaScriptPHP &gt;=7.0.0CI failing

Since Aug 19Pushed 4y ago1 watchersCompare

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

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

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

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

prower by

截图
--

[](#截图)

[![wx20180904-103609](https://user-images.githubusercontent.com/1479100/45007036-65573b80-b02e-11e8-8b27-7ced3db47085.png)](https://user-images.githubusercontent.com/1479100/45007036-65573b80-b02e-11e8-8b27-7ced3db47085.png)

安装
--

[](#安装)

```
composer require liuhelong/laravel-admin-wang-editor
```

然后

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

配置
--

[](#配置)

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

```
    'extensions' => [
	'wang-editor' => [

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

            // 编辑器的配置
            'config' => [
                //配置图片上传地址，不然会用base64处理图片
                'uploadImgServer' => '/admin/uploadImage',
	    	'debug'=>false,
		//上传的图片大小限制
		'uploadImgMaxSize' => 3 * 1024 * 1024,
		//上传图片的传递数组名
		'uploadFileName' => 'image[]',
            ]
        ]
    ]
```

编辑器的配置可以到[wangEditor文档](https://www.kancloud.cn/wangfupeng/wangeditor3/335776)找到

使用
--

[](#使用)

在form表单中使用它：

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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.

###  Release Activity

Cadence

Every ~157 days

Total

3

Last Release

1777d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9b283e4a07c4b20945407162bbf7da9969a555029586321eba5a410da2b53187?d=identicon)[liuhelong](/maintainers/liuhelong)

---

Top Contributors

[![liuhelong](https://avatars.githubusercontent.com/u/29395465?v=4)](https://github.com/liuhelong "liuhelong (27 commits)")

---

Tags

extensioneditorlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/liuhelong-laravel-admin-wang-editor/health.svg)

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

###  Alternatives

[laravel-admin-ext/wang-editor

wangEditor extension for laravel-admin

6283.4k](/packages/laravel-admin-ext-wang-editor)[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)[laravel-admin-ext/simplemde

Simplemde markdown editor extension for laravel-admin

3346.5k1](/packages/laravel-admin-ext-simplemde)[super-eggs/laravel-admin-tinymce

TinyMCE extension for laravel-admin

139.4k](/packages/super-eggs-laravel-admin-tinymce)

PHPackages © 2026

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