0

here is an example of the result:

[32mComposer [39m version [33m1.1.3[39m 2016-06-26 15:42:08
[33mUsage:[39m
command[options][arguments]
[33mOptions:[39m [32m-h, --help[39m Display this help message

I am in the process of learning to install php Laravel and I get stuck here. p/s: I've learn php for awhile and now I am trying to create a project in Laravel.Please help.

2 Answers2

2

Your terminal doesn't support ANSI color codes. Run with --no-ansi so that you see clean pure text output.

nurikabe
  • 3,802
  • 2
  • 31
  • 39
0

You can also add --no-ansi to the composer.bat file at

C:\ProgramData\ComposerSetup\bin\composer.bat

change the line to

php "%~dp0composer.phar" %* --no-ansi