We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae89aef commit 7fc57a9Copy full SHA for 7fc57a9
composer.json
@@ -19,7 +19,7 @@
19
"laravel/horizon": "^5.22",
20
"laravel/sanctum": "^4.0",
21
"laravel/tinker": "^2.9",
22
- "spatie/laravel-mailcoach": "^8.0"
+ "spatie/laravel-mailcoach": "^8.13"
23
},
24
"require-dev": {
25
"fakerphp/faker": "^1.23",
routes/console.php
@@ -23,4 +23,6 @@
Schedule::command('mailcoach:send-email-list-summary-mail')->mondays()->at('9:00');
Schedule::command('mailcoach:delete-old-unconfirmed-subscribers')->daily();
26
+Schedule::command('mailcoach:prune')->dailyAt('3:00');
27
+
28
Schedule::command('horizon:snapshot')->everyFiveMinutes();
0 commit comments