PHPackages                             jmjl161100/laravel-chunk-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jmjl161100/laravel-chunk-upload

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

jmjl161100/laravel-chunk-upload
===============================

Laravel chunk upload support package.

v1.0.0(1y ago)0595MITPHPPHP ^8.2

Since Apr 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jmjl161100/laravel-chunk-upload)[ Packagist](https://packagist.org/packages/jmjl161100/laravel-chunk-upload)[ RSS](/packages/jmjl161100-laravel-chunk-upload/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE)[![PHP Version](https://camo.githubusercontent.com/e2df0db5111cc996698331f261bf2635d5d982b997163dd61bcd20b2f000f216/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545382e322d3838393242462e737667)](https://php.net/)[![Laravel Version](https://camo.githubusercontent.com/e9bc60ad3f03c5ec80d86d3bc0c83b61348854be1307653edefc3ef6e8f121db/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c61726176656c2d25354531312e302d4646324432302e737667)](https://laravel.com)

Laravel Chunk Upload
====================

[](#laravel-chunk-upload)

```
Laravel package for handling chunked file uploads with multi-driver support (Local, Qiniu, etc.).

```

Features
--------

[](#features)

- ✅ Chunked file upload support
- ✅ Multiple storage drivers (Local, Qiniu Cloud)
- ✅ Progress tracking
- ✅ Automatic chunk merging
- ✅ Laravel 11.x compatibility

Installation
------------

[](#installation)

1. Install via Composer: ```
    composer require jmjl161100/laravel-chunk-upload

    ```

Configuration
-------------

[](#configuration)

Add a new disk to your config/filesystems.php config:

```
