Turning off ANSI colours for Laravel artisan command -


when run php artisan commands puts trailing characters[32m], [39m] , numbers. how gonna fix ?

a:\xampp\htdocs\5.2>php artisan --version [32mlaravel framework[39m version [33m5.2.41[39m 

those ansi colours - attempt make nicer, easier read. if terminal doesn't support ansi, can turn them off passing command-line parameter --no-ansi:

php artisan --version --no-ansi 

Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -