kodeops/laravel-console-output

GraphQL utils for Laravel.
4,119
Install
composer require kodeops/laravel-console-output
Latest Version:1.0.2
PHP:^7|^8
License:MIT
Last Updated:Jul 7, 2026
Links: GitHub  ·  Packagist
Maintainer: kodeops
 _     _  _____  ______  _______  _____   _____  _______
 |____/  |     | |     \ |______ |     | |_____] |______
 |    \_ |_____| |_____/ |______ |_____| |       ______|
 

Laravel Console Output

Installation

$ composer require kodeops/laravel-console-output

Usage

Add singleton to App\Providers\AppServiceProvider

use kodeops\LaravelConsoleOutput\ConsoleOutput;

public function register()
{
    ...
    $this->app->bind('console', ConsoleOutput::class);
    ...
}

Related Packages

kodeops/laravel-graphql

GraphQL utils for Laravel.

4,300 0
kodeops/opensea-wrapper

OpenSea PHP wrapper.

4,092 2
cboxdk/laravel-console-kit

Extension hooks for a Cbox admin console — nav areas, feature gates, UI slots, d...

1,368 0
kodeops/rro

Rich response object plugin.

13,961 1
kodeops/tezos-marketplaces-utils

A variety of utils to handle Tezos NFT Marketplaces.

4,063 2