dump() and dd() are available on the Eloquent Query Builder
- ·
- Telegram
- ·
- Newsletter
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.