boytunghc / laravel-mongo-notifiable
A trait will help you connect to mongodb and do notification
Package info
github.com/alexzvn/laravel-mongo-notifiable
pkg:composer/boytunghc/laravel-mongo-notifiable
v1.0.0
2021-08-17 08:00 UTC
Requires
- php: ^7.0|^8.0
README
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.