Skip to content

Improved dd() and dump() output in Laravel 9.32+

laravel dd dump functions

With the release of Laravel 9.32, dd() and dump() functions’ output has been improved.

 

 

They are now showing the source file and the line where they’re called.

laravel dd dump functions show source and line

This is super helpful if you have a rogue dd() or dump() call somewhere in the code.

It’s a nice quality-of-life improvement.

Happy coding 😊


Let me know what you think about this article in the comments section below.

If you find this article helpful, please share it with others and subscribe to the blog to support me, and receive a bi-monthly-ish e-mail notification on my latest articles.   
  

Comments