mohamedtarek20/laravel-mongodb-notifications

A package for mongodb notifications

Installs: 47

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mohamedtarek20/laravel-mongodb-notifications

1.0.1 2023-04-12 13:08 UTC

This package is auto-updated.

Last update: 2025-12-22 14:20:17 UTC


README

Latest Version on Packagist Software License Total Downloads

A package for mongodb notifications

Install

Via Composer

$ composer require Mohamed95Tarek/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.