All notable changes to laravel-notification-event-subscriber
will be documented in this file.
- Added Laravel 11 and PHP 8.3 supports.
- Added Laravel 10 & php 8.2 support.
- Added
$notifiable
parameter of theNotificationSent
andNotificationSending
events toonSent()
andenSending()
methods.
- Added
$response
parameter of theNotificationSent
event toonSent()
method.
- initial release.