Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 477 Bytes

index.md

File metadata and controls

33 lines (24 loc) · 477 Bytes

BeelabMailchimpBundle

  1. Installation
  2. Configuration
  3. Usage

1. Installation

Run from terminal:

$ php composer.phar require beelab/mailchimp-bundle

Enable bundle in the kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Beelab\MailchimpBundle\BeelabMailchimpBundle(),
    );
}

3. Usage

TODO