- eZ Platform 1.0+
- eZ Publish 5
Run the following from your website root folder to install NetgenEnhancedBinaryFileBundle:
$ composer require netgen/enhanced-binary-file-bundleActivate required bundles in app/AppKernel.php file by adding them to the $bundles array in registerBundles method:
public function registerBundles()
{
...
$bundles[] = new Netgen\Bundle\EnhancedBinaryFileBundle\NetgenEnhancedBinaryFileBundle();
return $bundles;
}_netgen_enhancedezbinaryfile:
resource: '@NetgenEnhancedBinaryFileBundle/Resources/config/routing.yml'Clear the eZ Publish caches with the following command:
$ php app/console cache:clearFor more detailed configuration, please check documentation.