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
Requires
- jenssegers/mongodb: ^3.9
README
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.