nitra / e-commerce-site-priceaggregatebundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
PriceAggregate Bundle
Package info
bitbucket.org/nitra/nep-site-priceaggregate
Type:symfony-bundle
pkg:composer/nitra/e-commerce-site-priceaggregatebundle
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(),
// ...
);
}