boytunghc/laravel-mongo-notifiable

一个特性可以帮助你连接到MongoDB并执行通知操作

v1.0.0 2021-08-17 08:00 UTC

This package is auto-updated.

Last update: 2024-09-17 15:18:19 UTC


README

Latest Version on Packagist Software License Total Downloads

一个特性可以帮助你连接到MongoDB并执行通知操作

安装

通过Composer

$ composer require boytunghc/laravel-mongo-notifiable

使用方法

在你的模型中

use Alexzvn\LaravelMongoNotifiable\Notifiable;

class User extends Authenticatable
{
    use Notifiable;
}

安全性

如果你发现任何与安全性相关的问题,请通过boytunghc@gmail.com发送电子邮件,而不是使用问题跟踪器。

致谢

许可

MIT许可(MIT)。有关更多信息,请参阅许可文件