Skip to content

alexzvn/laravel-mongo-notifiable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 boytunghc@gmail.com instead of using the issue tracker.

Credits

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages