flynn314/console

Help library to format console output

1.0.3 2024-05-15 17:33 UTC

This package is auto-updated.

Last update: 2024-05-15 17:34:15 UTC


README

To use, add to any laravel command use HasColors;

And use $this->display() - to show colored output with new line. Or use $this->displaySl() - to show colored output wothout line breaks.