-- WORK IN PROGRESS --, (*1)
This package simplifies access to Symfony's console package by offering some styled commonly used output functions., (*2)
$ composer require harrk/laravel-console
Once installed, the console can be accessed through a helper function., (*3)
console()->info('Hello World');
Sources Download
MIT