Laravel – Retrieving records from table given id from another table
I want to retrieve all places where parent_place_id = 999 in the attractions table. What relationships would I set up and what would this query look like? I've tried using the "Has Many Through" relationship, but I'm not sure if…