The answer is in eager loading. Look into it. You can probably do something like this $project->load('partners', 'partners.types')
Thanks to you both. Yes, I have gone through the entire Eloquent section of the docs, but some of this is new (especially terminology) and is going to require several passes. I'm really impressed with Laravel so far.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community