jeykeu/notify-laravel

Laravel 的通知系统。

dev-master 2016-01-09 10:53 UTC

This package is auto-updated.

Last update: 2024-08-29 03:47:25 UTC


README

Laravel 的通知系统。

安装

通过 Composer

{
    "require": {
        "jeykeu/notify-laravel": "dev"
    }
}

在 Laravel 5 中配置

将以下行添加到 app/config.php 中的 providers 数组中

JeyKeu\Notify\NotifyServiceProvider::class

并将以下行添加到 app/config.php 中的 aliases 数组中

'Notify'       => JeyKeu\Notify\Notify::class

许可证

MIT 许可证 (MIT)。请参阅许可证文件以获取更多信息。