I've seen in the laravel 5 docs that you can join 2 tables, and that seems simple enough. But is there a way to join 3 or more tables?
Specifically, I have a master tables and 3 sub tables that each have a type_id that matches the master table ID. How can I select from all 3 tables based on the master ID?