Skip to content
This repository has been archived by the owner on Jan 1, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (20 loc) · 421 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 421 Bytes

Laravel Console

-- 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