LaravelPackages.net
Acme Inc.
Toggle sidebar
boytunghc/laravel-mongo-notifiable

A trait will help you connect to mongodb and do notification

6.860
1
v1.0.0
About boytunghc/laravel-mongo-notifiable

boytunghc/laravel-mongo-notifiable is a Laravel package for a trait will help you connect to mongodb and do notification. It currently has 1 GitHub stars and 6.860 downloads on Packagist (latest version v1.0.0). Install it with composer require boytunghc/laravel-mongo-notifiable. Discover more Laravel packages by boytunghc or browse all Laravel packages to compare alternatives.

Last updated

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.

Star History Chart