PHPackages                             gidato/laravel-console-output - 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. gidato/laravel-console-output

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

gidato/laravel-console-output
=============================

Extensions to catch the output from console commands

v0.1.0(6y ago)05[3 PRs](https://github.com/gidato/laravel-console-output/pulls)MITPHP

Since Feb 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/gidato/laravel-console-output)[ Packagist](https://packagist.org/packages/gidato/laravel-console-output)[ RSS](/packages/gidato-laravel-console-output/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (5)Used By (0)

Gidato / Laravel-Console-Output
===============================

[](#gidato--laravel-console-output)

This provides an extensions to the console commands, to allow other commands to be called, but the output to be collected rather than printed to the screen.

As the normal output converts the output to a string, this allows objects to returned provided they have the \_\_toString() method

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

[](#installation)

```

composer require gidato/laravel-console-output

```

Example Use
-----------

[](#example-use)

```
