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: 0

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.x-dev 2026-08-04 23:46 UTC

This package is not auto-updated.

Last update: 2026-08-05 02:57:24 UTC


README

Artisan Toolbox Dump To Console

Packagist PHP from Packagist Laravel versions GitHub Workflow Status (main) Total Downloads

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

Installation

You can install the package via Composer:

composer require artisan-toolbox/dump-to-console

You may publish all of the package's resources at once:

php artisan vendor:publish --tag="dump-to-console"

Or, you may publish each resource individually:

Publishing the Configuration File

php artisan vendor:publish --tag="dump-to-console-config"

Publishing and Running the Migrations

php artisan vendor:publish --tag="dump-to-console-migrations"
php artisan migrate

Publishing the Views

php artisan vendor:publish --tag="dump-to-console-views"

Publishing the Translations

php artisan vendor:publish --tag="dump-to-console-lang"

Publishing the Public Assets

php artisan vendor:publish --tag="dump-to-console-assets"

Usage

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Thank you for considering contributing to Artisan Toolbox Dump To Console! Please review our contributing guide to get started.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

Artisan Toolbox Dump To Console is open-sourced software licensed under the MIT license.