PHPackages                             oneawebmarketing/console-awesome-table - 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. [CLI &amp; Console](/categories/cli)
4. /
5. oneawebmarketing/console-awesome-table

ActiveLibrary[CLI &amp; Console](/categories/cli)

oneawebmarketing/console-awesome-table
======================================

Awesome Table for data display in the console

1.0.10(2mo ago)079↓50%MITPHP

Since Feb 24Pushed 2mo agoCompare

[ Source](https://github.com/1aWebmarketing/console-awesome-table)[ Packagist](https://packagist.org/packages/oneawebmarketing/console-awesome-table)[ RSS](/packages/oneawebmarketing-console-awesome-table/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (12)Used By (0)

Console Awesome Table
=====================

[](#console-awesome-table)

Pretty, width-aware tables for Laravel console commands.

This package provides a small `HasAwesomeTable` trait that adds helper methods for rendering data in a readable way in the terminal. It is designed to be mixed into your `Illuminate\Console\Command` classes.

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

[](#installation)

Require the package via Composer:

```
composer require oneawebmarketing/console-awesome-table
```

Laravel will auto-discover the package via Composer's PSR-4 autoloading.

Basic usage
-----------

[](#basic-usage)

### Add the trait to a command

[](#add-the-trait-to-a-command)

```
