-1

The results in cmd are broken as shown below

cmd error

mercy
  • 166
  • 1
  • 10
  • 2
    Possible duplicate of [Artisan showing inserting "32m", "34;4m" and similar](http://stackoverflow.com/questions/33537366/artisan-showing-inserting-32m-344m-and-similar) – GlennV Oct 10 '16 at 09:03

1 Answers1

1

cmd does not support ANSI codes. Run the Laravel scripts with --no-ansi to fix the output.

Pieter van den Ham
  • 4,381
  • 3
  • 26
  • 41
  • https://msdn.microsoft.com/en-us/library/windows/desktop/mt638032(v=vs.85).aspx (Applies to the Anniversary Update for Windows 10) Console is now VT100. –  Oct 10 '16 at 13:03