A Laravel 4 implementation of Plupload (http://www.plupload.com/).
fojuth/plupload is a Laravel package for a laravel 4 implementation of plupload (http://www.plupload.com/)..
It currently has 16 GitHub stars and 2.515 downloads on Packagist (latest version 1.3).
Install it with composer require fojuth/plupload.
Discover more Laravel packages by fojuth
or browse all Laravel packages to compare alternatives.
Last updated
A simple Laravel 5 implementation of Plupload. Makes uploading multiple files easy.
The package supports Twig and Blade templating engines.
'Fojuth\Plupload\PluploadServiceProvider' to the provider section in app/config/app.php.'Fojuth\Plupload\TwigExtension' to Twig extensions in app/config/packages/rcrowe/twigbridge/extensions.php.php artisan publish:asset fojuth/plupload.php artisan publish:config fojuth/plupload.{{ plupload() }}
You can set multiple uploaders, if needed.
{{ plupload($view_path, 'mah-button', 'uploader-1') }}
@plupload()
You can set multiple uploaders, if needed.
@plupload($view_path, 'mah-button', 'uploader-1')
The package is provided as is. If it breaks after some update - it breaks :)
If you have any suggestions, questions feel free to contact me.