laravel-notification-rate-limit
laravel-notification-rate-limit copied to clipboard
Rate limiter to avoid flooding users with duplicate notifications.
Results
2
laravel-notification-rate-limit issues
Sort by
recently updated
recently updated
newest added
I want to send notification after one hour , if it is send before one hour then send it after one hour. don't skip it
enhancement
wontfix
Hi @jamesmills, I'm encountering an issue when the notification has parameters that exceed 2048 bytes. The error seems to be related to the use of `serialize($notification)` to build the cache...