Sam Malayek
Sam Malayek

Reputation: 3765

ANSI colors working in Git Bash EXCEPT for 'php artisan' commands

I'm on Windows 10 Pro 64bit. New AMD Ryzen system. And I've got a weird issue.

ANSI colors work fine for everything except Laravel commands. Any ideas anyone?

Git Bash showing Laravel Help command displaying ANSI chars

Upvotes: 1

Views: 734

Answers (2)

Sam Malayek
Sam Malayek

Reputation: 3765

I ended up upgrading Laravel from 5.2 to 5.4 and it fixed it... We'll see what other bugs this has caused lol. But I was going to upgrade at some point anyway.

Thanks a lot for the responses! Helped me think about a different perspective!

Upvotes: 1

Digital Human
Digital Human

Reputation: 1637

Looks like a character encoding issues.

Did you save your file as utf8? Or did you use special characters? If you copy paste your commands from somewhere; first past them in Notepad, then select all, copy content, and past again in your project.

Upvotes: 1

Related Questions