Is there a convenient way to clear the console while using artisan tinker?

Viewed 3038

I'd like to be able to clear the console while using artisan tinker much like the way you would use .cls to clear the console while using sqlite3

Os: Windows CLI: Git Bash / Powershell

3 Answers

As of 6th July, 21 it does work on the windows console

clear // just type this 

I'm on Windows Terminal using the default Command line and it does work.

i use ubuntu and i press CTRL + L to clean console. whether it is tinker or not

Related