boytunghc/laravel-mongo-notifiable

A trait will help you connect to mongodb and do notification

Maintainers

Package info

github.com/alexzvn/laravel-mongo-notifiable

pkg:composer/boytunghc/laravel-mongo-notifiable

Statistics

Installs: 6 537

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.0 2021-08-17 08:00 UTC

This package is auto-updated.

Last update: 2026-02-17 18:30:47 UTC


README

Latest Version on Packagist Software License Total Downloads

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.