PHPackages                             auroralzdf/big-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. auroralzdf/big-file-upload

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

auroralzdf/big-file-upload
==========================

chunk upload big file...

V2.0(7y ago)0672PHPPHP &gt;=7.0.0

Since Feb 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/AuroraLZDF/webupoloader-bigFile)[ Packagist](https://packagist.org/packages/auroralzdf/big-file-upload)[ RSS](/packages/auroralzdf-big-file-upload/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Laravel Bigfile Upload
======================

[](#laravel-bigfile-upload)

说明
--

[](#说明)

结合 `Webuploader` 切片上传文件功能实现，网站在处理大文件上传缓慢，或者不能上传的功能。

Laravel版本
---------

[](#laravel版本)

`>=5.5`

安装
--

[](#安装)

```
composer require auroralzdf/big-file-upload
```

```
php artisan vendor:publish --provider='AuroraLZDF\Bigfile\BigfileServiceProvider'
```

配置项
---

[](#配置项)

执行完 `php artisan vendor:publish --provider='AuroraLZDF\Bigfile\BigfileServiceProvider'`，会在 `config` 下面生成 `bigfile.php` 配置文件。配置项说明：

```
