flynn314/console

Help library to format console output

Maintainers

Package info

github.com/flynn314/console

pkg:composer/flynn314/console

Statistics

Installs: 406

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.3 2024-05-15 17:33 UTC

This package is auto-updated.

Last update: 2026-03-15 21:56:12 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.