Laravel Pro Tips
#eloquent #debugging
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.
Daniel Eckermann
Jan 18th, 2022
#error #debugging
Ignition, the most beautiful error page for Laravel and PHP, got a major redesign
I'm proud to share that our team has released a new major version of Ignition, the most beautiful error page for Laravel and PHP.