artisan-toolbox / dump-to-console
Dump to Console sends debug output directly to your console without interrupting or blocking your application.
Package info
github.com/artisan-toolbox/dump-to-console
pkg:composer/artisan-toolbox/dump-to-console
Fund package maintenance!
Requires
- php: ^8.3
- artisan-toolbox/core: ^1.0
- illuminate/support: ^12.0||^13.0
Requires (Dev)
- larastan/larastan: ^3.9
- laravel/pao: ^1.0
- laravel/pint: ^1.29
- orchestra/testbench: ^10.0||^11.0
- pestphp/pest: ^4.6||^5.0
- pestphp/pest-plugin-laravel: ^4.1||^5.0
- pestphp/pest-plugin-type-coverage: ^4.0||^5.0
- phpstan/extension-installer: ^1.4
This package is not auto-updated.
Last update: 2026-08-05 02:57:24 UTC
README
Artisan Toolbox Dump To Console
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.