flynn314/console

Help library to format console output

Installs: 339

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/flynn314/console

1.0.3 2024-05-15 17:33 UTC

This package is auto-updated.

Last update: 2025-09-15 20:36: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.