-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Artisan returning colorize(?) characters #30216
Comments
It's also worth mentioning, I am running my environment in Windows 10 and commands are being issued using Git Bash for Windows. |
I have also just updated Laravel to v6.2.0 and I am still seeing the same issue. |
I guess this is related to #30168 ? |
rollback symfony/console to 4.3.4 --edit-- |
Seems to be a symfony issue: symfony/symfony#33915 |
For us newer devs, how can we rollback to this version? Is there a command we can run from the terminal? |
@jLampStack |
this method works, thank you |
Thanks bro. its worked for me |
its worked for me thank you :))) Win 10 |
this worked great ... thank you ... |
This now appears to be fixed in 4.3.7 of symfony/console. |
I can also confirm that 4.3.7 fixes it. |
I just upgraded composer (composer upgrade) and the issue disappeared. |
I am still getting this even with Simple reproduce:
Workaround:For now my only option is to append Package usage info:
Full usage tree:
|
Description:
Since updating to the 6.1.0 of Laravel artisan commands now appear to return colorize/encoded characters, for example:
Previously the following would occur:
...where "Laravel development server started:" is in green.
Steps To Reproduce:
Issue an artisan command, for example:
The text was updated successfully, but these errors were encountered: