nitra/e-commerce-site-priceaggregatebundle

This package is abandoned and no longer maintained. No replacement package was suggested.

PriceAggregate Bundle

Installs: 46

Dependents: 0

Suggesters: 0

Security: 0

Type:symfony-bundle

v2.0.0 2015-02-11 11:16 UTC

This package is auto-updated.

Last update: 2018-04-08 16:25:35 UTC


README

Enable the bundle

Enable the bundle in the kernel:

// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Nitra\PriceAggregateBundle\NitraPriceAggregateBundle(),
        // ...
    );
}