Symfony Var-Dump Server for Laravel
beyondcode/laravel-dump-server is a Laravel package for symfony var-dump server for laravel.
It currently has 1.559 GitHub stars and 43.881.590 downloads on Packagist (latest version 2.1.0).
Install it with composer require beyondcode/laravel-dump-server.
Discover more Laravel packages by beyondcode
or browse all Laravel packages to compare alternatives.
Last updated
Bringing the Symfony Var-Dump Server to Laravel.
This package will give you a dump server, that collects all your dump call outputs, so that it does not interfere with HTTP / API responses.
You can install the package via composer:
composer require --dev beyondcode/laravel-dump-server
You can find the documentation on the Beyond Code website.
dump on steroids? Check out Laravel Herd!Herd Pro gives you a powerful interface to help you watch and collect your debug information.
All of your application's dump() and dd() calls will be beautifully formatted and can be filtered from Herd's separate Dump window.
Just keep using dump() as usual – Herd will take care of the rest.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.