Reputation: 43
Why is my terminal like this when I run php artisan test
. I'm currently using the latest Laravel, Composer, and a Windows 7 machine. I saw vids on YouTube that also use Laravel tests, but their terminals are much cleaner.
Upvotes: 0
Views: 164
Reputation: 43
Git Bash unfortunately didn't work for my situation, I stumbled upon this thread, hope it will help others
(Windows 10) GitBash not formatting colors - can't find configuration settings
Upvotes: 0
Reputation: 964
It's because you're on windows! These characters before each line works in unix environments and their usage is colorizing terminal output. So I suggest you to use git bash on windows.
Upvotes: 1