PHPackages                             loongws/ueditor - 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. loongws/ueditor

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

loongws/ueditor
===============

UEditor extension for laravel-admin

1.0(4y ago)09MITPHPPHP &gt;=7.0.0

Since Mar 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/loongws/UEditor)[ Packagist](https://packagist.org/packages/loongws/ueditor)[ Docs](https://gitee.com/longyunrui/UEditor)[ RSS](/packages/loongws-ueditor/feed)WikiDiscussions master Synced 1mo ago

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

UEditor extension for laravel-admin
===================================

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

这是一个 `laravel-admin` 扩展，用来将 [UEditor](https://ueditor.baidu.com/website/index.html) 集成进 `laravel-admin` 的表单中，

依赖 [overtrue/laravel-ueditor](https://github.com/overtrue/laravel-ueditor)

依赖 [codingyu/laravel-ueditor](https://github.com/codingyu/laravel-ueditor)

依赖 [loongws/laravel-ueditor](https://gitee.com/longyunrui/laravel-ueditor)

安装
--

[](#安装)

```
composer require loongws/ueditor
```

发布资源

```
php artisan vendor:publish --provider=Overtrue\LaravelUEditor\UEditorServiceProvider
```

配置
--

[](#配置)

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

```
    'extensions' => [

        'ueditor' => [

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

            // 编辑器的前端配置 参考：http://fex.baidu.com/ueditor/#start-config
            'config' => [
                'initialFrameHeight' => 400, // 例如初始化高度
            ],
            // 'field_type' => '自定义名字'
        ]
    ]
```

后端配置 `config/ueditor.php`，参考

[overtrue/laravel-ueditor](https://github.com/overtrue/laravel-ueditor)

[codingyu/laravel-ueditor](https://github.com/codingyu/laravel-ueditor)

[loongws/laravel-ueditor](https://gitee.com/longyunrui/laravel-ueditor)

使用
--

[](#使用)

组件名可配置，默认 `UEditor`

在form表单中使用它：

```
$form->UEditor('content');
// options 中参数会覆盖 extensions.ueditor.config 中参数
$form->UEditor('content')->options(['initialFrameHeight' => 800]);

// 如果 extensions.ueditor.field_type 定义为 xxxEditor
// $form->xxxEditor('content');
```

感谢
--

[](#感谢)

- [laravel-admin](https://github.com/z-song/laravel-admin)
- [overtrue/laravel-ueditor](https://github.com/overtrue/laravel-ueditor)
- [codingyu/laravel-ueditor](https://github.com/codingyu/laravel-ueditor)

License
-------

[](#license)

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

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.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

Unknown

Total

1

Last Release

1506d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ee5bcc8b7bd9fcef9265ddc4df4143b2e2a2653af309186df7f3a610df103912?d=identicon)[loongws](/maintainers/loongws)

---

Top Contributors

[![codingyu](https://avatars.githubusercontent.com/u/20354841?v=4)](https://github.com/codingyu "codingyu (15 commits)")[![terranc](https://avatars.githubusercontent.com/u/224353?v=4)](https://github.com/terranc "terranc (3 commits)")[![loongws](https://avatars.githubusercontent.com/u/18143599?v=4)](https://github.com/loongws "loongws (2 commits)")[![Hanson](https://avatars.githubusercontent.com/u/10583423?v=4)](https://github.com/Hanson "Hanson (1 commits)")

---

Tags

extensionueditorlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/loongws-ueditor/health.svg)

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

###  Alternatives

[codingyu/ueditor

UEditor extension for laravel-admin

6471.6k](/packages/codingyu-ueditor)[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)

PHPackages © 2026

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