mahmudz / laravel-mongo-notifiable
Notifiable trait compatible with official laravel-mongodb package
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mahmudz/laravel-mongo-notifiable
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.