Skip to content

MohamedTarek20/LaravelMongodbNotifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

laravel-mongodb-notifications

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.