jimmy-tournemaine/ads-bundle

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

This bundle allows you to implement an small-avertising system

dev-master 2015-03-27 12:52 UTC

This package is not auto-updated.

Last update: 2020-12-25 21:16:50 UTC


README

First, add this line to your AppKernel

class AppKernel extends Kernel
{
    public function registerBundles()
    {    	
        $bundles = array(
            [...]
            new JT\AdsBundle\JTAdsBundle(),
            [...]
        );
        return $bundles;
    }
}