ehann / notification-bundle

适用于Symfony2的Twitter Bootstrap兼容的闪存通知包

1.2.0 2014-03-20 17:11 UTC

This package is auto-updated.

Last update: 2024-09-14 14:50:17 UTC


README

适用于Symfony2的Twitter Bootstrap兼容通知包。

相关包

EhannFrontendBundle

安装

在composer.json中添加EhannNotificationBundle

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

下载包

$ php composer.phar update ehann/notification-bundle

将EhannNotificationBundle添加到AppKernel.php中

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

使用文档

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