Reactive Laravel Notification is a new package which we can use to create reactive database notifications easily.

laravel notifications

Installation

To get the latest version of Reactive Laravel notification, simply require the project using Composer:

composer require digitalcloud/reactive-notification

publishing migration file

php artisan vendor:publish --provider="Digitalcloud\ReactiveNotification\ReactiveNotificationServiceProvider"

migrate published migration files

php artisan migrate

Source Code and documentation

https://github.com/DigitalCloud/reactive-notification