mahmudz / laravel-mongo-notifiable
Notifiable trait compatible with official laravel-mongodb package
0.0.2
2025-03-16 21:02 UTC
Requires
- php: ^8.1
README
Installation
composer require mahmudz/laravel-mongo-notifiable
Usage
Use this Notifiable
trait in the model instead of built in trait from laravel.
use Mahmudz\LaravelMongoNotifiable\Notifiable; class User extends Authenticatable { use Notifiable; }
Security
If you discover any security related issues, please email hello@mahmudz.dev instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.