Expand the entire contents of your dd() in one click
Posted on 26th February 2026
Laravel PHPHow awkward is it when you dd() something in Laravel and then you start clicking through every arrow/chevron to expand the contents of each object.
Instead, just hold cmd before clicking the first arrow if you are on Mac, or if you are on Windows, hold ctrl before clicking.
Now the entire contents of your dd() are visible! 🙌