Set up Telescope
This commit is contained in:
parent
27638226fa
commit
3c468be081
12 changed files with 442 additions and 2 deletions
|
@ -27,6 +27,7 @@ class Kernel extends ConsoleKernel
|
|||
protected function schedule(Schedule $schedule)
|
||||
{
|
||||
$schedule->command('horizon:snapshot')->everyFiveMinutes();
|
||||
$schedule->command('telescope:prune --hours=48')->daily();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue