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.
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.