How the snooze:send command works
masterCreating a scheduled notification only adds it to the database. To actually send them, you must run the snooze:send command.
By default, the package attempts to schedule this command to run every minute. Ensure your Laravel task scheduler (schedule:run) is running.
Configuration Options:
scheduleCommands: Set tofalseinsnooze.phpif you want to manually manage the command scheduling in yourConsole/Kernel.php.sendFrequency: Defines how often the command runs. Options includeeveryMinute,everyFiveMinutes,everyTenMinutes,everyFifteenMinutes,everyThirtyMinutes,hourly, anddaily.