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

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

jundayw/laravel-ueditor
=======================

laravel ueditor

1.0.0(5y ago)07MITJavaScriptPHP &gt;=7.2.0

Since Sep 11Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

安装方法
====

[](#安装方法)

命令行下, 执行 composer 命令安装:

```
composer require jundayw/laravel-ueditor

```

参考
==

[](#参考)

使用方法
====

[](#使用方法)

authentication package that is simple and enjoyable to use.

方法
==

[](#方法)

导出配置信息

```
php artisan vendor:publish --tag=ueditor-config

```

导出 ueditor 资源文件

```
php artisan vendor:publish --tag=ueditor-assets

```

导出视图文件

```
php artisan vendor:publish --tag=ueditor-views

```

导出语言包

```
php artisan vendor:publish --tag=ueditor-lang

```

视图调用

```
@component('components.ueditor')
    @slot('name','content')
    @slot('width','100%')
    @slot('height','480px')
    默认值
@endcomponent

```

或者

```
@component('components.ueditor',['name' => 'content'])
    默认值
@endcomponent

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2069d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2da9b458375a1b7972b7c4d26a5bf8f3e48db305e8805da36f253956f33c5568?d=identicon)[jundayw](/maintainers/jundayw)

---

Top Contributors

[![jundayw](https://avatars.githubusercontent.com/u/16873970?v=4)](https://github.com/jundayw "jundayw (2 commits)")

### Embed Badge

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

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

###  Alternatives

[matt-daneshvar/laravel-survey

Create surveys inside your Laravel app

28770.3k](/packages/matt-daneshvar-laravel-survey)[stecman/composer-bash-completion-plugin

BASH/ZSH auto-complete plugin for Composer

7910.3k](/packages/stecman-composer-bash-completion-plugin)

PHPackages © 2026

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