ehann/notification-bundle
Composer 安装命令:
composer require ehann/notification-bundle
包简介
Twitter Bootstrap-ready flash notification bundle for Symfony2
README 文档
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
统计信息
- 总下载量: 831
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-10-25