Laravel Subscribable Notifications
There are multiple Laravel packages related to notifications. asantibanez/laravel-subscribable-notifications simplifies sending notifications to multiple users by creating "lists of recipients." ylsideas/subscribable-notifications focuses on handling email unsubscribes and adding unsubscribe links to notifications. liran-co/laravel-notification-subscriptions also manages user subscriptions to notifications and suppresses them when necessary. Choose the package based on your specific needs: managing multiple recipients, handling unsubscribes, or both. All packages integrate with Laravel's existing notification system and might require adjustments to your models and notifications..
Tailored Notifications for Every User
Related Projects
PostgreSQL Full Text Search for Laravel Scout
Supercharged Search with PostgreSQL.
Lightweight Permissions for Laravel with Ladder
Streamlined Role and Permission Control.