ehann/notification-bundle

Twitter Bootstrap-ready flash notification bundle for Symfony2

1.2.0 2014-03-20 17:11 UTC

This package is auto-updated.

Last update: 2024-04-14 13:57:22 UTC


README

Twitter Bootstrap-ready notification bundle for Symfony2.

Related Bundles

EhannFrontendBundle

Installation

Add EhannNotificationBundle in your composer.json:

{
    "require": {
        "ehann/notification-bundle": "1.*"
    }
}

Download bundle:

$ php composer.phar update ehann/notification-bundle

Add the EhannNotificationBundle to your AppKernel.php

public function registerBundles()
{
    $bundles = array(
        ...
        new Ehann\NotificationBundle\EhannNotificationBundle(),
        ...
    );
    ...
}

Usage Documentation

https://github.com/ethanhann/EhannNotificationBundle/blob/master/Resources/doc/usage.md