snooze icon indicating copy to clipboard operation
snooze copied to clipboard

A package to simplify automating future notifications and reminders in Laravel

Results 31 snooze issues
Sort by recently updated
recently updated
newest added

Great job on the package! I would like to add some additional fields on the migration - therefore it would be great if the migration wouldn't get loaded automatically from...

enhancement

Hi, i was raised an issue #94 using my other account @aneesdev.. i made this pr to be able to create many scheduled notifications just like laravel Notification facade. so...

Hello, thank you for amazing package. I have started getting lots of sentry errors with internal exceptions. Here is the trace: ``` Error: The script tried to call a method...

After installing the package when I was going to run `php artisan migrate` . It shows me Illuminate\Database\QueryException ` SQLSTATE[42000]: Syntax error or access violation: 1103 Incorrect table name ''...

bug
help wanted

Hello, great package! But is it possible to get the scheduled_notification by the meta tag but also eager load the target? Use case: I have tasks The task has reminder...

Hi, first of all thank you so much for creating this package.. does this package support bulk, multiple notifiables? just like laravel Notification::send() ```php if($request->schedule && !empty($request->scheduled_at)) { $enrolledUsers =...

If use a custom model, the new model would not be injected into Scheduled Notification class, so in order to inject new custom model, should get scheduled notification model name...

I have a case when I've created a listener when notification is sent on laravel that have a simple task which is check if current scheduled notification is sent. I...

bug
help wanted

- [x] Fix #52 issues with psql - [ ] Fix #60 by publishing migrations - [ ] Fix #47 by adding a `tries` column to migration - [ ]...

enhancement
help wanted