akuma / coen-uploader-bundle
Package info
github.com/inri13666/coen-uploader-bundle
Type:symfony-bundle
pkg:composer/akuma/coen-uploader-bundle
dev-master / 1.0.x-dev
2017-12-20 09:27 UTC
Requires
- php: >=5.5.9
- symfony/symfony: >=2.8.0
This package is auto-updated.
Last update: 2026-03-06 02:47:05 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