mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-11 21:14:02 +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 |
|
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.