Download the PHP package tkaratug/laravel-notification-event-subscriber without Composer
On this page you can find all versions of the php package tkaratug/laravel-notification-event-subscriber. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tkaratug/laravel-notification-event-subscriber
More information about tkaratug/laravel-notification-event-subscriber
Files in tkaratug/laravel-notification-event-subscriber
Package laravel-notification-event-subscriber
Short Description This is my package laravel-notification-event-subscriber
License MIT
Homepage https://github.com/tkaratug/laravel-notification-event-subscriber
Informations about the package laravel-notification-event-subscriber
Laravel Notification Event Subscriber
This package allows you to run any kind of actions while a notification is being sent or after it has been sent using onSent()
and onSending()
methods.
It registers an event subscriber NotificationEventSubscriber
and listens to the NotificationSent
and NotificationSending
events of Laravel.
When one of them is fired, the event subscriber runs a defined method according to the event.
Installation
You can install the package via composer:
Usage
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Turan Karatuğ
- All Contributors
License
The MIT License (MIT). Please see License File for more information.