Search code examples
phpcmdlaravel-artisan

Why is the output from comman prompt broken?


The results in cmd are broken as shown below

cmd error


Solution

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