search

Home  >  Q&A  >  body text

laravel php artisan garbled code

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.

黄舟黄舟2830 days ago1182

reply all(1)I'll reply

  • phpcn_u1582

    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.

    reply
    0
  • Cancelreply