PHPackages                             antto1/laravel-admin-ext-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. antto1/laravel-admin-ext-ueditor

ActiveLibrary

antto1/laravel-admin-ext-ueditor
================================

UEditor extension for laravel-admin

3.0.1.4(5y ago)1595MITPHPPHP &gt;=7.0.0

Since Oct 28Pushed 5y agoCompare

[ Source](https://github.com/antto1/laravel-admin-ext-ueditor)[ Packagist](https://packagist.org/packages/antto1/laravel-admin-ext-ueditor)[ Docs](https://github.com/antto1/laravel-admin-ext-ueditor)[ RSS](/packages/antto1-laravel-admin-ext-ueditor/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (5)Dependencies (3)Versions (14)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` 的表单中，依赖 [codingyu/laravel-ueditor](https://github.com/codingyu/laravel-ueditor)

安装
--

[](#安装)

```
composer require antto1/laravel-admin-ext-ueditor
```

发布资源

```
// V3.*
php artisan vendor:publish --provider=Codingyu\LaravelUEditor\UEditorServiceProvider
// V2.*
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)

使用
--

[](#使用)

### 2.\* | 3.\*

[](#2--3)

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

在form表单中使用它：

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

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

### 1.\*

[](#1)

在form表单中使用它：

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

// 升级2.* 后，不改代码兼容 1.*：可以配置  extensions.ueditor.field_type 为 editor
```

大感谢
---

[](#大感谢)

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

License
-------

[](#license)

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

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 57.7% 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 ~63 days

Recently: every ~35 days

Total

12

Last Release

2052d ago

Major Versions

1.0.2 → 2.0.02019-03-19

2.0.2 → 3.0.02019-10-02

### Community

Maintainers

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

---

Top Contributors

[![codingyu](https://avatars.githubusercontent.com/u/20354841?v=4)](https://github.com/codingyu "codingyu (15 commits)")[![baytech-anson](https://avatars.githubusercontent.com/u/6721633?v=4)](https://github.com/baytech-anson "baytech-anson (7 commits)")[![terranc](https://avatars.githubusercontent.com/u/224353?v=4)](https://github.com/terranc "terranc (3 commits)")[![Hanson](https://avatars.githubusercontent.com/u/10583423?v=4)](https://github.com/Hanson "Hanson (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/antto1-laravel-admin-ext-ueditor/health.svg)

```
[![Health](https://phpackages.com/badges/antto1-laravel-admin-ext-ueditor/health.svg)](https://phpackages.com/packages/antto1-laravel-admin-ext-ueditor)
```

PHPackages © 2026

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