mahmudz/laravel-mongo-notifiable

Notifiable trait compatible with official laravel-mongodb package

0.0.2 2025-03-16 21:02 UTC

This package is auto-updated.

Last update: 2025-05-16 21:36:55 UTC


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.