PHPackages                             dlouvard/laravel-bigupload - 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. dlouvard/laravel-bigupload

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

dlouvard/laravel-bigupload
==========================

Upload big Files with BigUpload : sthielen/BigUpload

0281JavaScript

Since Jan 1Pushed 10y ago1 watchersCompare

[ Source](https://github.com/dlouvard/laravel-bigupload)[ Packagist](https://packagist.org/packages/dlouvard/laravel-bigupload)[ RSS](/packages/dlouvard-laravel-bigupload/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-bigupload
=================

[](#laravel-bigupload)

Use Laravel with the plugin bigupload

This repo use , you must import JS/CSS in your application.

1. [Features](#features)
2. [Installation](#installation)
3. [Usage](#usage)
4. [Options](#options)

---

Features
--------

[](#features)

- Upload large files over the server configuration
- ProgressBar with time remaining
- Button upload/resume/Cancel

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

[](#installation)

In your project base directory run

```
composer require "dlouvard/laravel-bigupload":"master@dev"

```

To bring up the config file run, if you want to customize

```
php artisan vendor:publish

```

Then edit `config/app.php` and add the service provider within the `providers` array.

```
'providers' => array(
	...
	Dlouvard\LaravelBigupload\BiguploadServiceProvider::class,

```

Usage
-----

[](#usage)

- Import in your controller or layout bigupload.js and bigupload.css
- In your file.blade.php install the block bigupload with the javascript
- Prepare you ajax file with "Try{...}" and the response in JSON

Options
-------

[](#options)

I propose a customization file for the bigupload.js send cancel function

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/90e693ae37ad99122abf2796476d722ea9c7e09623797e5f78995756dc997eb6?d=identicon)[damoon271](/maintainers/damoon271)

---

Top Contributors

[![dlouvard](https://avatars.githubusercontent.com/u/3457726?v=4)](https://github.com/dlouvard "dlouvard (13 commits)")

### Embed Badge

![Health badge](/badges/dlouvard-laravel-bigupload/health.svg)

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

###  Alternatives

[venveo/craft-compress

Create smart zip files from Craft assets on the fly

124.7k](/packages/venveo-craft-compress)

PHPackages © 2026

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