When i run any php artisan commands it always puts some that trailing characters[32m], [39m] and all those numbers. How am I gonna fix this ?
A:\xampp\htdocs\5.2>php artisan --version
[32mLaravel Framework[39m version [33m5.2.41[39m
Those are ANSI colours - an attempt to make it look nicer, easier to read. If your terminal doesn't support ANSI, you can turn them off by passing a command-line parameter --no-ansi
:
php artisan --version --no-ansi
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With