raindrop/upload-bundle

Symfony Raindrop UploadBundle

Installs: 51

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Open Issues: 0

Language:JavaScript

Type:symfony-bundle

dev-feature/alpha-version 2014-03-07 11:17 UTC

This package is not auto-updated.

Last update: 2024-03-12 00:15:16 UTC


README

Raindrop Upload Bundle

This bundle offers widgets and services to manage a centralized upload system using CKFinder

INSTALLATION:

First add the dependency to your composer.json file:

"require": {
    ...
    "raindrop/upload-bundle": "dev-feature/alpha-version",
},

Then install the bundle with the command:

php composer.phar update

Enable the bundle in your application kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Raindrop\PageBundle\RaindropUploadBundle(),
    );
}

Now the bundle is enabled.

CONFIGURATION:

No configuration needed.

USAGE: