PHPackages                             kielabokkie/laravel-fancy-console - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. kielabokkie/laravel-fancy-console

ActiveLibrary

kielabokkie/laravel-fancy-console
=================================

A trait to give your console commands some extra fancy output

v0.4.0(3y ago)5610MITPHPPHP &gt;=7.2

Since Jul 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kielabokkie/laravel-fancy-console)[ Packagist](https://packagist.org/packages/kielabokkie/laravel-fancy-console)[ GitHub Sponsors](https://github.com/kielabokkie)[ RSS](/packages/kielabokkie-laravel-fancy-console/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

Fancy Console for Laravel
=========================

[](#fancy-console-for-laravel)

[![Author](https://camo.githubusercontent.com/5660ca244b9dcf44b3d7795203c4cab7aaafa26dcc4499c8e347c1abd8b37942/687474703a2f2f696d672e736869656c64732e696f2f62616467652f666f6c6c6f772d406b69656c61626f6b6b69652d626c75652e7376673f6c6f676f3d74776974746572267374796c653d666c61742d737175617265)](https://twitter.com/kielabokkie)[![Packagist Version](https://camo.githubusercontent.com/c625560634e55212a9e23c096d59f4ef9aec9825774cca34faa9d9a33f94008e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b69656c61626f6b6b69652f6c61726176656c2d66616e63792d636f6e736f6c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kielabokkie/laravel-fancy-console)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

Fancy Console for Laravel provides a `FancyConsole` trait that gives you a few extra fancy styled console outputs to compliment the already useful default Laravel ones.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.2
- Laravel 5.8 and up

Installation
------------

[](#installation)

Install the package via composer:

```
composer require kielabokkie/laravel-fancy-console
```

Usage
-----

[](#usage)

Firstly you'll have to add the `FancyConsole` trait to your command:

```
