artisan-toolbox/dump-to-console

Dump to Console sends debug output directly to your console without interrupting or blocking your application.

Maintainers

Package info

github.com/artisan-toolbox/dump-to-console

pkg:composer/artisan-toolbox/dump-to-console

Transparency log

Fund package maintenance!

artisan-toolbox

Statistics

Installs: 65

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-08-17 13:53 UTC

This package is auto-updated.

Last update: 2026-08-17 17:11:17 UTC


README

Artisan Toolbox Dump To Console

Packagist GitHub Workflow Status (1.x)

Dump to Console sends Laravel dumps to a local console listener without interrupting the application response, stream, download, or command output.

Documentation

The complete usage, configuration, security, and architecture documentation is available at artisantoolbox.wsssoftware.com.br/packages/dump-to-console.

Installation

composer require artisan-toolbox/dump-to-console

Start the listener and send it a value:

php artisan dump:listen
$order = dc(Order::find($id));

The application keeps running and its original output remains unchanged.

Resources