akuma / coen-uploader-bundle
Installs: 20
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.5.9
- symfony/symfony: >=2.8.0
This package is auto-updated.
Last update: 2024-11-05 23:47:04 UTC
README
Installation
First you need to add akuma/coen-uploader-bundle
to composer.json
:
composer require akuma/coen-uploader-bundle
You also have to add AkumaCoenFileBundle
to your AppKernel.php
:
// app/AppKernel.php //... class AppKernel extends Kernel { //... public function registerBundles() { $bundles = array( ... new Akuma\Bundle\CoenFileBundle\AkumaCoenFileBundle() ); //... return $bundles; } //... }
Configuration
You also may customize some config options:
akuma_coen_file: target_dir: ~ #default sys_get_tmp_dir max_uploads: ~ #default 3
Changelog
Version 1.0.0
- First release
License
- The bundle is licensed under the WTFPL License