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.
phpcn_u15822017-05-16 16:52:20
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.