Laravel relationship with pivot table as for model
I have theses tables : chevals : id name courses : id name horses_races : id cheval_id course_id For no french speakers, cheval = horse, and course = race. I want to make a relation ship between horses and races.…