PHPackages                             wisdech/laravel-uploader - 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. wisdech/laravel-uploader

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

wisdech/laravel-uploader
========================

富文本编辑器文件上传 Laravel 实现

v1.1.0(1y ago)023MITPHPPHP ^8.2

Since Oct 14Pushed 1y agoCompare

[ Source](https://github.com/Wisdech/laravel-uploader)[ Packagist](https://packagist.org/packages/wisdech/laravel-uploader)[ RSS](/packages/wisdech-laravel-uploader/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

富文本编辑器文件上传 Laravel 实现
=====================

[](#富文本编辑器文件上传-laravel-实现)

安装使用
----

[](#安装使用)

前端组件

```
npm install @wisdech/react-editor
```

Laravel项目中

```
#添加依赖
composer require wisdech/laravel-uploader

#发布迁移文件
php artisan vendor:publish --tag=uploader-migrations

#运行迁移
php artisan migrate
```

在路由文件中

```
use Wisdech\Uploader\Http\Controllers\UploaderController;
...

Route::post('uploader', [UploaderController::class, 'store'])->name('uploader.store');
```

在Editor组件中

```
import { Editor } from '@wisdech/react-editor';

export default function(){

    return (

    )
}
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

Every ~0 days

Total

2

Last Release

627d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/35088435?v=4)[Eddie Xu](/maintainers/xxutianyi)[@xxutianyi](https://github.com/xxutianyi)

---

Top Contributors

[![xxutianyi](https://avatars.githubusercontent.com/u/35088435?v=4)](https://github.com/xxutianyi "xxutianyi (5 commits)")

### Embed Badge

![Health badge](/badges/wisdech-laravel-uploader/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k91.0k1](/packages/mike-bronner-laravel-model-caching)[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)

PHPackages © 2026

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