1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 05:14:04 +00:00
laravel-tips/content/tips/if-youre-debugging-your-app-and-youd-like-to-examine-more-things-eg-the-stack-trace-executed-queries-app-context.md
2021-04-06 18:27:18 +02:00

541 B

title tweet_id thread_slug author_username images created_at slug
If you're debugging your app and you'd like to examine more things - e.g. the stack trace, executed queries, app context, 1308109980504133633 1-rt-1-tip samuelstancl
https://pbs.twimg.com/media/EidXEVXXgAofRdr.jpg
2021-04-06T16:07:44+00:00 if-youre-debugging-your-app-and-youd-like-to-examine-more-things-eg-the-stack-trace-executed-queries-app-context

You can use ddd() instead of dd().

I tend to forget about this one, but it's super useful.