PHPackages                             menthe/aliyun-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. [File &amp; Storage](/categories/file-storage)
4. /
5. menthe/aliyun-ueditor

ActiveLibrary[File &amp; Storage](/categories/file-storage)

menthe/aliyun-ueditor
=====================

UEditor for laravel5 and Aliyun OSS.Store all images and files in Aliyun OSS. Support i18n. UEditor is a Rich Text Web Editor From Baidu.

v0.4(5y ago)172.4k5MITJavaScript

Since Nov 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/menthe/aliyun-ueditor)[ Packagist](https://packagist.org/packages/menthe/aliyun-ueditor)[ RSS](/packages/menthe-aliyun-ueditor/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (2)Versions (15)Used By (0)

Laravel 5 UEditor
=================

[](#laravel-5--ueditor)

[UEditor](http://ueditor.baidu.com) 是由百度web前端研发部开发所见即所得富文本web编辑器

此包为laravel5的支持,新增多语言配置,可自由部署前端代码,默认基于 UEditor 1.4.3.1

UEditor 前台文件完全无修改,可自由gulp等工具部署到生产环境

根据系统的config.app.locale自动切换多语言. 暂时只支持 en,zh\_CN,zh\_TW

支持本地和阿里云存储,默认为本地上传 public/uploads

Notice
------

[](#notice)

For Laravel5.1 LTS, please use v0.1.1. For Laravel5.3 or 5.4, please use v0.1.2.

Requirement
-----------

[](#requirement)

- Lavavel5.1 LTS, for Lavavel5.3, I do not test, you may have a try.
- PHP5.6+, PHP7.0 is suitable
- Composer

Installation
------------

[](#installation)

- Run the command in your laravel project home.

```
composer require menthe/aliyun-ueditor -vvv

```

- Copy the provider line into your config/app.php

```
Harris\UEditor\UEditorServiceProvider::class,

```

- Then run the command.

```
php artisan vendor:publish

```

- Change the config file -&gt; config/UEditorUpload.php
- Include the line in the blade template file, like template.blade.php, and you have the ueditor static file included.

```
@include('ueditor::head');

```

- Init the ueditor in Javascript.

```

    这里写你的初始化内容

    var ue = UE.getEditor('container');
        ue.ready(function() {
        ue.execCommand('serverparam', '_token', '{{ csrf_token() }}');//此处为支持laravel5 csrf ,根据实际情况修改,目的就是设置 _token 值.
    });

```

ChangeLog
---------

[](#changelog)

- v0.1 First Release, just use for myself.
- v0.1.1 正式发布，测试通过，完善文档。
- v0.1.2 匹配Laravel5.3和5.4

License
-------

[](#license)

Laravel 5 UEditor is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~123 days

Recently: every ~52 days

Total

13

Last Release

1979d ago

### Community

Maintainers

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

---

Top Contributors

[![menthe](https://avatars.githubusercontent.com/u/1094543?v=4)](https://github.com/menthe "menthe (10 commits)")

---

Tags

aliyun-ossaliyun-ueditorlaravelphpueditorlaravelaliyunueditorHarrismentheHarris Wang

### Embed Badge

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

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

###  Alternatives

[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[jacobcyl/ali-oss-storage

aliyun oss filesystem storage for laravel 5+

523566.2k7](/packages/jacobcyl-ali-oss-storage)[luoyy/ali-oss-storage

aliyun oss filesystem storage for laravel 9+

1529.9k1](/packages/luoyy-ali-oss-storage)

PHPackages © 2026

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