Upload big Files with BigUpload : sthielen/BigUpload
dlouvard/laravel-bigupload is a Laravel package for upload big files with bigupload : sthielen/bigupload.
It currently has 0 GitHub stars and 28 downloads on Packagist.
Install it with composer require dlouvard/laravel-bigupload.
Discover more Laravel packages by dlouvard
or browse all Laravel packages to compare alternatives.
Last updated
Use Laravel with the plugin bigupload
This repo use https://github.com/sthielen/BigUpload, you must import JS/CSS in your application.
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,
I propose a customization file for the bigupload.js send cancel function