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

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

83567599/large-file-upload
==========================

An extension of laravel-admin for uploading large files

0.0.4(7y ago)118MITJavaScriptPHP &gt;=7.0.0

Since Oct 29Pushed 7y agoCompare

[ Source](https://github.com/83567599/large-file-upload)[ Packagist](https://packagist.org/packages/83567599/large-file-upload)[ Docs](https://github.com/83567599/large-file-upload)[ RSS](/packages/83567599-large-file-upload/feed)WikiDiscussions master Synced yesterday

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

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

[](#laravel-admin-extension)

本扩展包是基于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)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Total

4

Last Release

2681d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/87ee2a2c19180d7cecd17910f8b54bd927bf9643aa719f21dd0eb75c72fa450b?d=identicon)[83567599](/maintainers/83567599)

---

Top Contributors

[![DianWoung](https://avatars.githubusercontent.com/u/15711218?v=4)](https://github.com/DianWoung "DianWoung (11 commits)")

---

Tags

extensionlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[dianwoung/large-file-upload

An extension of laravel-admin for uploading large files

7745.7k2](/packages/dianwoung-large-file-upload)[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)
