https://github.com/ethanhann/ehannnotificationbundle
Twitter Bootstrap-ready notification bundle for Symfony2
https://github.com/ethanhann/ehannnotificationbundle
Last synced: 14 days ago
JSON representation
Twitter Bootstrap-ready notification bundle for Symfony2
- Host: GitHub
- URL: https://github.com/ethanhann/ehannnotificationbundle
- Owner: ethanhann
- Created: 2012-10-24T22:52:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-20T17:26:34.000Z (about 11 years ago)
- Last Synced: 2024-11-18T09:12:40.559Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 196 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
EhannNotificationBundle
=Twitter Bootstrap-ready notification bundle for Symfony2.
## Related Bundles
Installation
==Add EhannNotificationBundle in your composer.json:
```js
{
"require": {
"ehann/notification-bundle": "1.*"
}
}
```Download bundle:
``` bash
$ php composer.phar update ehann/notification-bundle
```Add the EhannNotificationBundle to your AppKernel.php
```php
public function registerBundles()
{
$bundles = array(
...
new Ehann\NotificationBundle\EhannNotificationBundle(),
...
);
...
}
```Usage Documentation
==
https://github.com/ethanhann/EhannNotificationBundle/blob/master/Resources/doc/usage.md