-- WORK IN PROGRESS --
This package simplifies access to Symfony's console package by offering some styled commonly used output functions.
$ composer require harrk/laravel-console
Once installed, the console can be accessed through a helper function.
console()->info('Hello World');
- info
- warning
- danger
- error
- question
- writeLine