mohamedtarek20/laravel-mongodb-notifications

1.0.1 2023-04-12 13:08 UTC

This package is auto-updated.

Last update: 2024-09-16 01:11:45 UTC


README

Latest Version on Packagist Software License Total Downloads

Mongodb 通知的软件包

安装

通过 Composer

$ composer require mohamedtarek20/laravel-mongodb-notifications

用法

在您的模型上

use Mohamedtarek20\LaravelMongodbNotifications\Notifiable;

class User extends Authenticatable
{
    use Notifiable;
}

许可证

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