2017 © Pedro Peláez
 

library plupload

A Laravel 4 implementation of Plupload (http://www.plupload.com/).

image

fojuth/plupload

A Laravel 4 implementation of Plupload (http://www.plupload.com/).

  • Sunday, September 21, 2014
  • by fojuth
  • Repository
  • 2 Watchers
  • 18 Stars
  • 1,543 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 12 Forks
  • 1 Open issues
  • 7 Versions
  • 1 % Grown

The README.md

Plupload for Laravel 5

A simple Laravel 5 implementation of [Plupload][1]. Makes uploading multiple files easy., (*1)

Template engine support

The package supports Twig and Blade templating engines., (*2)

Installation

  1. Install the package using Composer.
  2. Add 'Fojuth\Plupload\PluploadServiceProvider' to the provider section in app/config/app.php.
  3. (Twig only) Add 'Fojuth\Plupload\TwigExtension' to Twig extensions in app/config/packages/rcrowe/twigbridge/extensions.php.
  4. Publish the package's assets using this command: php artisan publish:asset fojuth/plupload.
  5. You may wish to publish the config files, to override them: php artisan publish:config fojuth/plupload.

Usage

Twig

  • Basic upload interface:
{{ plupload() }}

You can set multiple uploaders, if needed., (*3)

  • Use a custom view, name the "browse" button (e.g. for JS) and specify the prefix for all the uploader's DOM elements:
{{ plupload($view_path, 'mah-button', 'uploader-1') }}

Blade

  • Basic upload interface:
@plupload()

You can set multiple uploaders, if needed., (*4)

  • Use a custom view, name the "browse" button (e.g. for JS) and specify the prefix for all the uploader's DOM elements:
@plupload($view_path, 'mah-button', 'uploader-1')

Support

The package is provided as is. If it breaks after some update - it breaks :), (*5)

Feedback

If you have any suggestions, questions feel free to contact me., (*6)

The Versions

21/09 2014

dev-master

9999999-dev

A Laravel 4 implementation of Plupload (http://www.plupload.com/).

  Sources   Download

MIT

The Requires

 

by Kamil Fojuth

laravel file upload plupload

21/09 2014

dev-laravel-50

dev-laravel-50

A Laravel 4 implementation of Plupload (http://www.plupload.com/).

  Sources   Download

MIT

The Requires

 

by Kamil Fojuth

laravel file upload plupload

21/09 2014

1.3

1.3.0.0

A Laravel 4 implementation of Plupload (http://www.plupload.com/).

  Sources   Download

MIT

The Requires

 

by Kamil Fojuth

laravel file upload plupload

20/09 2014

dev-laravel-42

dev-laravel-42

A Laravel 4 implementation of Plupload (http://www.plupload.com/).

  Sources   Download

The Requires

 

by Kamil Fojuth

laravel file upload plupload

20/09 2014

1.2

1.2.0.0

A Laravel 4 implementation of Plupload (http://www.plupload.com/).

  Sources   Download

The Requires

 

by Kamil Fojuth

laravel file upload plupload

05/02 2014

1.1

1.1.0.0

A Laravel 4 implementation of Plupload (http://www.plupload.com/).

  Sources   Download

The Requires

 

by Kamil Fojuth

laravel file upload plupload

29/11 2013

1.0

1.0.0.0

A Laravel 4 implementation of Plupload (http://www.plupload.com/).

  Sources   Download

The Requires

 

by Kamil Fojuth

laravel file upload plupload