Easy responsive e-emails using Foundation and Inky.
- Installation (see below)
- Getting started
- Custom Inky Components
- E-mail preview for development
This bundle can be installed using Composer. Tell composer to install the bundle:
$ php composer.phar require prezent/ink-bundle
For Symfony 2.7 up to 3.2, you should use the 0.1.x branch of this bundle:
Then, activate the bundle in your kernel:
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Prezent\InkBundle\PrezentInkBundle(),
);
}
There are no configuration options.