DB::dd()->... like with Http::dd()->... #38037
-
It's be nice to have a |
Beta Was this translation helpful? Give feedback.
Answered by
backstageel
Jul 17, 2021
Replies: 1 comment 2 replies
-
But there is already this method on DB Facade:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
shaedrich
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
But there is already this method on DB Facade:
\DB::table('product_bags')->whereNotNull('bag_id')->limit(10)->dd();