There are garbled characters when using php artisan. It can be created and used normally, but it shows garbled characters on the left and right.
But the normal command display in Chinese is OK.
人生最曼妙的风景,竟是内心的淡定与从容!
These things similar to [37;41m are Unix Console Color Codes, codes used to display colors in the console: http://bitmote.com/index.php?...
[37;41m
However, if you are using cmd that does not support this color code, this will naturally happen.
It is recommended to use a terminal such as git bash or babun to replace cmd.
These things similar to
[37;41m
are Unix Console Color Codes, codes used to display colors in the console: http://bitmote.com/index.php?...However, if you are using cmd that does not support this color code, this will naturally happen.
It is recommended to use a terminal such as git bash or babun to replace cmd.