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

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/jimmy-tournemaine/ads-bundle

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;
    }
}