A trait will help you connect to mongodb and do notification
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
A trait will help you connect to mongodb and do notification
Via Composer
$ composer require boytunghc/laravel-mongo-notifiable
On your model
use Alexzvn\LaravelMongoNotifiable\Notifiable;
class User extends Authenticatable
{
use Notifiable;
}
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.