Download the PHP package evgen-dev/plupload-for-laravel without Composer
On this page you can find all versions of the php package evgen-dev/plupload-for-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download evgen-dev/plupload-for-laravel
More information about evgen-dev/plupload-for-laravel
Files in evgen-dev/plupload-for-laravel
Download evgen-dev/plupload-for-laravel
More information about evgen-dev/plupload-for-laravel
Files in evgen-dev/plupload-for-laravel
Vendor evgen-dev
Package plupload-for-laravel
Short Description Laravel/Plupload - Handle large file uploads
License MIT
Package plupload-for-laravel
Short Description Laravel/Plupload - Handle large file uploads
License MIT
Please rate this library. Is it a good library?
Informations about the package plupload-for-laravel
plupload-for-laravel
Laravel plupload support.
Handeling chunked uploads.
Installation
Install using composer
Add the provider to config/app.php
And the facade for short record if you want
Using
1. Create localization file file if not exists and add lines:
2. Add upload routes
Basic usage without any limitations:
Limit uploading file size:
Limit uploading file extensions:
Limit uploading file size and files extensions:
Usage in controller
3. csrf-token validation
There are two ways.
1. Passing the token
Add in your blade file
in your Plupload inititalization JS file, add
Don't forget to refresh the token after each request.
2. Disabling token validation
Add to your route rule:
It should turn out like this:
4. Preventing chunk uploading after file size or extension error
Add to your JS file event handling:
Enjoy!
All versions of plupload-for-laravel with dependencies
PHP Build Version
Package Version
The package evgen-dev/plupload-for-laravel contains the following files
Loading the files please wait ....