boytunghc/laravel-mongo-notifiable

A trait will help you connect to mongodb and do notification

Downloads

4514

Stars

1

Version

v1.0.0

laravel-mongo-notifiable

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 [email protected] instead of using the issue tracker.

Credits

License

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

alexzvn

Author

alexzvn