genius13/notification

该软件包最新版本(dev-master)没有可用的许可证信息。

管理应用通知。

dev-master 2014-02-01 00:05 UTC

This package is not auto-updated.

Last update: 2024-09-24 05:30:26 UTC


README

管理应用通知。

在 config/app.php 中编写

'providers' => array(
    ('Genius13\Notification\NotificationServiceProvider'),
),

'aliases' => array(
    'Notification' => 'Genius13\Notification\Facades\Notification',
),