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

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

kimchi/laravel-ueditor
======================

UEditor integration for Laravel.

1.0.0(10y ago)023MITJavaScript

Since Nov 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/kim-chi/laravel-ueditor)[ Packagist](https://packagist.org/packages/kimchi/laravel-ueditor)[ RSS](/packages/kimchi-laravel-ueditor/feed)WikiDiscussions master Synced 6d ago

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

Laravel-UEditor
===============

[](#laravel-ueditor)

UEditor integration for Laravel 5.

使用
==

[](#使用)

安装
--

[](#安装)

```
$ composer require "overtrue/laravel-ueditor:~1.0"
```

配置
--

[](#配置)

1. 添加下面一行到 `config/app.php` 中 `providers` 部分：

    ```
    Overtrue\LaravelUEditor\UEditorServiceProvider::class,
    ```
2. 发布配置文件与资源

    ```
    $ php artisan vendor:publish
    ```
3. 模板引入编辑器

    这行的作用是引入编辑器需要的 css,js 等文件，所以你不需要再手动去引入它们。

    ```
    @include('vendor.ueditor.assets')
    ```
4. 编辑器的初始化

    ```

        var ue = UE.getEditor('container');
        ue.ready(function() {
            ue.execCommand('serverparam', '_token', '{{ csrf_token() }}'); // 设置 CSRF token.
        });

    ```

说明
==

[](#说明)

上传路径在：`public/uploads/` 下，确认该目录存在并可写。

如果要修改上传路径，请在 `config/ueditor.php` 里各种类型的上传路径，但是都在 public 下。

License
=======

[](#license)

MIT

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 88.9% 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

3922d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3407058?v=4)[kimchi](/maintainers/kimchi)[@kimchi](https://github.com/kimchi)

---

Top Contributors

[![overtrue](https://avatars.githubusercontent.com/u/1472352?v=4)](https://github.com/overtrue "overtrue (8 commits)")[![zhichao-poper](https://avatars.githubusercontent.com/u/141097055?v=4)](https://github.com/zhichao-poper "zhichao-poper (1 commits)")

### Embed Badge

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

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

###  Alternatives

[shweshi/opengraph

A Laravel package to fetch website Open Graph metadata.

167810.7k1](/packages/shweshi-opengraph)[php-junior/laravel-video-chat

Laravel Video Chat using Socket.IO and WebRTC

81718.2k](/packages/php-junior-laravel-video-chat)[novutec/whoisparser

Lookup domain names, IP addresses and AS numbers by WHOIS.

472.0M1](/packages/novutec-whoisparser)[laraning/nova-time-field

A Laravel Nova field.

61757.7k3](/packages/laraning-nova-time-field)[friendsofcat/laravel-feature-flag

Feature Flags for Laravel

311.2M](/packages/friendsofcat-laravel-feature-flag)[lara-zeus/popover

Zeus Popover is filamentphp component to show a Popover with custom content in tables and infolist

3187.8k5](/packages/lara-zeus-popover)

PHPackages © 2026

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