boytunghc/laravel-mongo-notifiable

A trait will help you connect to mongodb and do notification

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

This package is auto-updated.

Last update: 2024-05-17 14:29:25 UTC


README

Latest Version on Packagist Software License Total Downloads

A trait will help you connect to mongodb and do notification

Install

Via Composer

$ composer require boytunghc/laravel-mongo-notifiable

Usage

On your model

use Alexzvn\LaravelMongoNotifiable\Notifiable;

class User extends Authenticatable
{
    use Notifiable;
}

Security

If you discover any security related issues, please email boytunghc@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.