How can i do join 2 tables with two condition

How can i do join 2 tables with two condition

amir7shamir7sh Posts: 15Questions: 4Answers: 0

How can i do join 2 tables with two condition
for example :

->leftJoin('order_status_change', 'order_status_change.order_id', '=', 'orders.id' and
 'order_status_change.status', '=', 'orders.status')

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.