Set up Telescope

This commit is contained in:
Jonny Barnes 2019-03-29 17:53:43 +00:00
parent 27638226fa
commit 3c468be081
12 changed files with 442 additions and 2 deletions

View file

@ -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();
}
/**