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

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

siaoynli/laravel-ueditor
========================

Ueditor integration for Laravel.

1.0.5(5y ago)0109MITJavaScript

Since Nov 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/siaoynli/laravel-ueditor)[ Packagist](https://packagist.org/packages/siaoynli/laravel-ueditor)[ RSS](/packages/siaoynli-laravel-ueditor/feed)WikiDiscussions master Synced yesterday

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

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

[](#laravel-ueditor)

UEditor integration for Laravel

安装
--

[](#安装)

```
$ composer require siaoynli/laravel-ueditor
```

配置
--

[](#配置)

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

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

    ```
    $ php artisan vendor:publish --provider='Siaoynli\LaravelUEditor\LaravelUEditorServiceProvider'
    ```
3. 模板引入编辑器

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

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

    ```

        var ue = UE.getEditor('container');

    ```

说明
==

[](#说明)

1. 依赖 siaoynli/laravel-upload
2. 依赖 siaoynli/laravel-images
    上传文件存放public或者storage
3. 具体方法请查阅源代码

License
=======

[](#license)

MIT

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity62

Established project with proven stability

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 ~76 days

Recently: every ~94 days

Total

6

Last Release

1983d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7235227?v=4)[西瓜哥](/maintainers/siaoynli)[@siaoynli](https://github.com/siaoynli)

### Embed Badge

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

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

###  Alternatives

[unclecheese/display-logic

Allows assignment of conditions for display and hide of specific form fields based on client side behavior.

771.0M101](/packages/unclecheese-display-logic)[pubsubhubbub/subscriber

pubsubhubbub implementation of subscriber.

32100.2k](/packages/pubsubhubbub-subscriber)[humanmade/hm-content-import

Migration framework for WordPress

2931.6k1](/packages/humanmade-hm-content-import)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14112.1k8](/packages/netgen-content-browser)[spaggel/tooltip

Product attribute tooltips module for Magento 2

2431.5k](/packages/spaggel-tooltip)[slicksky/spam-blacklist-query

Find out if a domain or IP is blacklisted on the most popular spam listing services.

1131.8k](/packages/slicksky-spam-blacklist-query)

PHPackages © 2026

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