mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 21:34:03 +00:00
541 B
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 |
|
2020-09-21T18:24:57+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.