17

I just installed Laravel Telescope which helps me a lot to debug the application. But at this time I want to delete all telescope data-cache and set as like fresh installation. Or is there any way to export the telescope debug log then work with a fresh one?

Thanks for leaving your words.

Nazmus Shakib
  • 802
  • 1
  • 9
  • 18

2 Answers2

28

I use in this case php artisan telescope:clear. For more information you can look in the artisan help function php artisan help telescope:clear.

sanyassh
  • 8,100
  • 13
  • 36
  • 70
9

You can use php artisan telescope:prune command to clean the Telescope logs.

Anand Patel
  • 3,885
  • 3
  • 17
  • 23