mohamedtarek20/laravel-mongodb-notifications

A package for mongodb notifications

Maintainers

Package info

github.com/Mohamed95Tarek/LaravelMongodbNotifications

pkg:composer/mohamedtarek20/laravel-mongodb-notifications

Statistics

Installs: 47

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2023-04-12 13:08 UTC

This package is auto-updated.

Last update: 2026-02-22 14:49:00 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.