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.
12 Answers
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.
You can use php artisan telescope:prune command to clean the Telescope logs.