PHPackages                             dianwoung/large-file-upload - 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. dianwoung/large-file-upload

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

dianwoung/large-file-upload
===========================

An extension of laravel-admin for uploading large files

0.0.3(6y ago)7745.7k↓34.5%22[14 issues](https://github.com/laravel-admin-extensions/large-file-upload/issues)2MITJavaScriptPHP &gt;=7.0.0CI failing

Since Oct 29Pushed 3y ago2 watchersCompare

[ Source](https://github.com/laravel-admin-extensions/large-file-upload)[ Packagist](https://packagist.org/packages/dianwoung/large-file-upload)[ Docs](https://github.com/Dianwoung/large-file-upload)[ RSS](/packages/dianwoung-large-file-upload/feed)WikiDiscussions master Synced 1mo ago

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

laravel-admin extension
=======================

[](#laravel-admin-extension)

由于已经有了更好更专业完善的方案，本项目停止更新，建议大家支持这个项目[Dact-Admin](https://github.com/jqhph/dcat-admin),以获得更好的体验
=============================================================================================

[](#由于已经有了更好更专业完善的方案本项目停止更新建议大家支持这个项目dact-admin以获得更好的体验)

本扩展包是基于peinhu的[AetherUpload-Laravel](https://github.com/peinhu/AetherUpload-Laravel)针对[laravel-admin](https://github.com/z-song/laravel-admin)开发的大文件上传工具， 直接用于Form组件。当前版本为Laravel 5.5。

1,安装：

```
composer require dianwoung/large-file-upload

```

2,发布AetherUpload-laravel的静态资源：

```
php artisan aetherupload:publish

```

3,上传文件配置信息在config/aetherupload.php文件中修改(详细信息请参考说明文档)

4,发布本扩展包的静态资源：

```
php artisan vendor:publish --tag=large-file-upload

```

5,注册进laravel-admin,在app/Admin/bootstrap.php中添加以下代码：

```
Encore\Admin\Form::extend('largefile', \Encore\LargeFileUpload\LargeFileField::class);

```

6,在控制器中直接调用就可以了：

```
$form->largefile('ColumnName', 'LabelName');

```

效果如图：

基本样式

[![](preview.png)](preview.png)

上传中

[![](onload.png)](onload.png)
-----------------------------

[](#)

新版2.0分支更新的内容
------------

[](#新版20分支更新的内容)

1,支持了分组的配置(不填的话，默认file分组)

```
$form->largefile('ColumnName', 'LabelName')->group('groupName');

```

2,编辑状态下文件按钮会显示当前的文件名

3,依赖包AetherUpload-Laravel更新到了2.0版本

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity45

Moderate usage in the ecosystem

Community21

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.2% 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 ~97 days

Total

4

Last Release

2467d ago

Major Versions

0.0.3 → 2.0.x-dev2019-08-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/28bd182299166314777334a61762986ea4e5f409d41c19a226c58f7bba76616f?d=identicon)[DianWang](/maintainers/DianWang)

---

Top Contributors

[![DianWoung](https://avatars.githubusercontent.com/u/15711218?v=4)](https://github.com/DianWoung "DianWoung (16 commits)")[![almas-x](https://avatars.githubusercontent.com/u/9382335?v=4)](https://github.com/almas-x "almas-x (1 commits)")[![kwinH](https://avatars.githubusercontent.com/u/22871248?v=4)](https://github.com/kwinH "kwinH (1 commits)")[![ZsgsDesign](https://avatars.githubusercontent.com/u/19504567?v=4)](https://github.com/ZsgsDesign "ZsgsDesign (1 commits)")

---

Tags

extensionlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dianwoung-large-file-upload/health.svg)

```
[![Health](https://phpackages.com/badges/dianwoung-large-file-upload/health.svg)](https://phpackages.com/packages/dianwoung-large-file-upload)
```

###  Alternatives

[catlane/chunk-file-upload

文件上传小扩展，可支持大文件分块分片上传到七牛云or本地，优化您上传大文件的苦恼

284.9k](/packages/catlane-chunk-file-upload)[jxlwqq/file-manager

file manager for laravel-admin

1215.6k](/packages/jxlwqq-file-manager)[laravel-admin-ext/file-browser

A file browser for laravel-admin

153.0k](/packages/laravel-admin-ext-file-browser)

PHPackages © 2026

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