We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd24807 commit e1cae39Copy full SHA for e1cae39
herd.yml
@@ -0,0 +1,5 @@
1
+integrations:
2
+ forge:
3
+ laravel.io:
4
+ server-id: 537422
5
+ site-id: 1574327
routes/console.php
@@ -1,14 +1,8 @@
<?php
-use Illuminate\Foundation\Inspiring;
-use Illuminate\Support\Facades\Artisan;
use Illuminate\Support\Facades\Schedule;
6
use Spatie\ScheduleMonitor\Models\MonitoredScheduledTaskLogItem;
7
8
-Artisan::command('inspire', function () {
9
- $this->comment(Inspiring::quote());
10
-})->purpose('Display an inspiring quote')->hourly();
11
-
12
Schedule::command('schedule-monitor:sync')->dailyAt('04:56');
13
Schedule::command('model:prune', ['--model' => MonitoredScheduledTaskLogItem::class])->daily();
14
Schedule::command('horizon:snapshot')->everyFiveMinutes();
0 commit comments