harrk/laravel-console

This package is abandoned and no longer maintained. No replacement package was suggested.

dev-master 2018-03-06 18:50 UTC

This package is auto-updated.

Last update: 2022-01-25 01:39:15 UTC


README

-- WORK IN PROGRESS --

This package simplifies access to Symfony's console package by offering some styled commonly used output functions.

Installation

$ composer require harrk/laravel-console

Usage

Once installed, the console can be accessed through a helper function.

console()->info('Hello World');

Methods

  • info
  • warning
  • danger
  • error
  • question
  • writeLine