Schedule and manage future notifications and reminders directly within Laravel applications.
This Laravel package helps developers schedule notifications, like onboarding emails or appointment reminders, at specific future times. It extends Laravel models with a `SnoozeNotifiable` trait, letting you call `notifyAt()` with a notification and a `Carbon` instance, and also offers a `ScheduledNotification::create()` helper.
Schedule and manage future notifications and reminders directly within Laravel applications.
Laravel developers who need to send time-sensitive, scheduled notifications or implement advanced drip campaigns.