I have 3 sample models
-
customer
id
-
order
id
customer_id
deliver_address_id
-
customer_address
id customer_id
street
country
A customer can save many addresses on his profile but he can only choose one address per order.
I would like to get all customer orders including the address in one query using laravel 5 eloquent.I'm new in laravel so having difficulty to query complex relationship tables. I hope someone can help me..Thanks
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire