2017 © Pedro Peláez
 

symfony-bundle coen-uploader-bundle

image

akuma/coen-uploader-bundle

  • Wednesday, December 20, 2017
  • by inri13666
  • Repository
  • 0 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

AkumaCoenFileBundle

Installation

First you need to add akuma/coen-uploader-bundle to composer.json:, (*1)

composer require akuma/coen-uploader-bundle 

You also have to add AkumaCoenFileBundle to your AppKernel.php:, (*2)

// 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:, (*3)

akuma_coen_file:
    target_dir: ~ #default sys_get_tmp_dir
    max_uploads: ~ #default 3

Changelog

Version 1.0.0

  • First release

License

The Versions

20/12 2017

dev-master

9999999-dev

  Sources   Download

WTFPL

The Requires