dump() and dd() are available on the Eloquent Query Builder

dump() and dd() are available on the Eloquent Query Builder

TIL, in Laravel you can display debug information about the current query with dump() and dd() 🤙

This allows you to see the underlying query and bindings.

We're writing a book, you can get it for free here.