ehann / notification-bundle
Twitter Bootstrap-ready flash notification bundle for Symfony2
Package info
github.com/ethanhann/EhannNotificationBundle
Type:symfony-bundle
pkg:composer/ehann/notification-bundle
1.2.0
2014-03-20 17:11 UTC
Requires
- php: >=5.3.2
- symfony/http-foundation: 2.*
- twig/twig: >=1.5
README
Twitter Bootstrap-ready notification bundle for Symfony2.
Related Bundles
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