Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Pluploadbundle Laravel Package

christmann/pluploadbundle

View on GitHub
Deep Wiki
Context7

CIMPluploadBundle

The CIMPluploadBundle adds support for plupload in Symfony2.

Installation

Step 1: Download CIMPluploadBundle using composer

Add CIMPluploadBundle in your composer.json:

{
    "require": {
        "christmann/pluploadbundle": "dev-Symfony2.3"
    }
}

You could use "dev-Symfony2.2" for Symfony2.2 or "dev-master" for Symfony2.1.

Now download the bundle per command.

$ php composer.phar update christmann/pluploadbundle

Now Composer install the bundle to your project's vendor/CIM/PluploadBundle directory.

Step 2: Enable the bundle

Enable the bundle in the kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new CIM\PluploadBundle\CIMPluploadBundle(),
    );
}

Step 3: Use the form type "plupload"

<?php
// src/Acme/DemoBundle/Form/DemoType.php

// ...
	public function buildForm(FormBuilderInterface $builder, array $options)
	{
		// ...
	    $builder->add('image', 'plupload')
		// ...
	}
// ...

License

This bundle and the included Plupload is under the GPLv2 license. See the complete license in the bundle:

LICENSE

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui
babelqueue/php-sdk
facebook/capi-param-builder-php
babelqueue/symfony
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours