LaravelPackages.net
Acme Inc.
Toggle sidebar
glhd/laravel-dumper

829.225
383
3.0.1
About glhd/laravel-dumper

glhd/laravel-dumper is a Laravel package. It currently has 383 GitHub stars and 829.225 downloads on Packagist (latest version 3.0.1). Install it with composer require glhd/laravel-dumper. Discover more Laravel packages by glhd or browse all Laravel packages to compare alternatives.

Last updated

Laravel Dumper

Improve the default output of dump() and dd() in Laravel projects. Improves the default dump behavior for many core Laravel objects, including:

  • Models
  • Query Builders
  • Service Container
  • Database Connections
  • Carbon Instances
  • Requests and Responses

https://user-images.githubusercontent.com/21592/150163719-547ecd90-b029-4588-9648-34891e5e0886.mp4

Installation

Install as a dev dependency:

# composer require glhd/laravel-dumper --dev

Usage

Just use dd() as you would normally, and enjoy the newly curated output!

Original Dump Output

If, for some reason, you really need the full debug output for an object that laravel-dumper customizes, you can do a "full" dump with ddf() and dumpf().

Comparison to Default Output

You can see comparisons between the default dd() output and the laravel-dumper output in the diffs directory of this repository.

Custom Casters

Due to changes in how Laravel registers the var dumper it is no longer possible to register custom casters.

Star History Chart