mahmudz/laravel-mongo-notifiable

Notifiable trait compatible with official laravel-mongodb package

Maintainers

Package info

github.com/mahmudz/laravel-mongo-notifiable

Homepage

pkg:composer/mahmudz/laravel-mongo-notifiable

Statistics

Installs: 30

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.2 2025-03-16 21:02 UTC

This package is auto-updated.

Last update: 2026-03-16 23:22:13 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.