Russel
Russel

Reputation: 43

Why is my Laravel test terminal like this?

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.

Laravel PHP artisan test on Windows 7

Upvotes: 0

Views: 164

Answers (2)

Russel
Russel

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

it works quite well now enter image description here

Upvotes: 0

Mohammad Mirsafaei
Mohammad Mirsafaei

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

Related Questions