orchestra/notifier

Orchestra平台的用户通知组件

v6.0.0 2021-04-18 12:00 UTC

README

Notifier组件通过Orchestra\Notifier\NotifierManager,以简化的方式通知应用程序用户使用邮件(或其他通知服务)。

tests Latest Stable Version Total Downloads Latest Unstable Version License Coverage Status

版本兼容性

安装

通过composer安装,请在终端运行以下命令

composer require "orchestra/notifier"

配置

config/app.php中添加以下服务提供者。

'providers' => [

    // ...

    Orchestra\Notifier\NotifierServiceProvider::class,

],