Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
What request is the Builder generating? You can see it like this ( from here ):
DB::connection()->enableQueryLog();
//To get an array of the executed queries, you may use the getQueryLog method:
dd(DB::getQueryLog());
whereNull('B.A');
instead of whereNull('B.A_id');
.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question