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 4w 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 47% 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

3877d 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

[julien-c/iso3166

ISO 3166-1 alpha-2 mapping

652.6M2](/packages/julien-c-iso3166)[camspiers/statistical-classifier

A PHP implementation of Complement Naive Bayes and SVM statistical classifiers, including a structure for building other classifier, multiple data sources and multiple caching backends

17037.0k1](/packages/camspiers-statistical-classifier)[tapp/filament-google-autocomplete-field

Filament plugin that provides a Google Autocomplete field

30122.2k](/packages/tapp-filament-google-autocomplete-field)[symfony/ux-leaflet-map

Symfony UX Map Leaflet Bridge

14171.8k2](/packages/symfony-ux-leaflet-map)

PHPackages © 2026

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