vnphp/media-extension-bundle

Useful Sonata Media extensions.

v0.1 2016-11-21 12:10 UTC

This package is auto-updated.

Last update: 2024-04-16 05:37:24 UTC


README

build status code quality

Installation

composer require vnphp/media-extension-bundle

You need to have git installed.

Usage

Add the bundle to your AppKernel.php:

<?php 

$bundles = array(          
            new \Vnphp\MediaExtensionBundle\VnphpMediaExtensionBundle(),
        );