laravel-tinker
laravel-tinker copied to clipboard
Convert ANSI colors to HTML instead of using regex to add color
Is your feature request related to a problem? Please describe. Currently, the colors are made with regex. Psysh outputs colors in ANSI colors.
Describe the solution you'd like Instead of regexes, see if I can convert the ANSI colors from the output to HTML.