this is the issue.
When I use this php code echo "\033[31m some colored text \033[0m some white text \n";
to add some color to text I get [31m some colored text [0m some white text
as response instead of colored text.
The CLI is actually showing colors, but not when I use php code.
How can I fix it?
I'm using Windows 10.
Thanks.