iqual/sonata-extensions-bundle

There is no license information available for the latest version (0.1.12) of this package.

0.1.12 2022-06-20 07:23 UTC

This package is auto-updated.

Last update: 2024-10-01 00:17:44 UTC


README

Provides common additions to Symfony.

Installation

composer require mpom/sonata-extensions-bundle

Add to your AppKernel.php:

    public function registerBundles()
    {
        $bundles = array(
            // ...
            new SonataExtensionsBundle\SonataExtensionsBundle,
            // ...
        )
    }

See Resources/doc/index.md for documentation.