How can I clean Laravel Telescope debug log

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.

1

2 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.

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like