mohamedtarek20/laravel-mongodb-notifications

A package for mongodb notifications

1.0.1 2023-04-12 13:08 UTC

This package is auto-updated.

Last update: 2024-05-16 00:26:00 UTC


README

Latest Version on Packagist Software License Total Downloads

A package for mongodb notifications

Install

Via Composer

$ composer require mohamedtarek20/laravel-mongodb-notifications

Usage

On your model

use Mohamedtarek20\LaravelMongodbNotifications\Notifiable;

class User extends Authenticatable
{
    use Notifiable;
}

License

The MIT License (MIT). Please see License File for more information.