Level 104
Use the leftJoinSub Builder method
I have this request :
$companies = Company::select($fields);
I would like to add a left join to the request above : the left join raw sql is :
left join (select ....)
Any idea ?
Use the leftJoinSub Builder method
Please or to participate in this conversation.