raindrop / upload-bundle
Symfony Raindrop UploadBundle
Installs: 51
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Language:JavaScript
Type:symfony-bundle
pkg:composer/raindrop/upload-bundle
Requires
- php: >=5.3.3
 - doctrine/doctrine-bundle: 1.1.*@dev
 - doctrine/orm: >=2.2.3,<2.4-dev
 - sonata-project/admin-bundle: 2.1.*@dev
 - symfony/framework-bundle: 2.1.*
 - symfony/monolog-bundle: >=2.1,<3
 
Requires (Dev)
- symfony/class-loader: 2.1.*
 - symfony/finder: 2.1.*
 - symfony/form: 2.1.*
 - symfony/yaml: 2.1.*
 
This package is not auto-updated.
Last update: 2025-11-04 08:54:40 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.