nitra/电子商务网站价格聚合包

此包已被放弃且不再维护。未建议替代包。

价格聚合包

安装: 46

依赖者: 0

建议者: 0

安全: 0

类型: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

启用包

在内核中启用包

// app/AppKernel.php

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