Search code examples
windowslaravelcmdcomposer-phplaravel-artisan

Garbled text after anniversary update


After updating to Windows 10 anniversary update(1607), the artisan text in Windows CMD becomes garbled.

Is there any way to fix this?

I've tried the legacy console option but not working.

enter image description here


Solution

  • Seems like the anniversary update disabled the ansi color.

    Let's just wait for the fix.

    For now there's a workaround using --no-ansi flag when calling the command.

    https://github.com/symfony/symfony/issues/19520