Support the ongoing development of Laravel.io →
Database Eloquent
Last updated 1 year ago.
0

maybe, kind of this ?

$user = App\User::find(1);

foreach ($user->interests as $interest) { foreach ($interest->pages as $page) { // } }

note : you already connected each table using relationship function in Model : https://laravel.com/docs/5.3/eloquent-relationships

0

Sign in to participate in this thread!

Eventy

Your banner here too?

ajoelp ajoelp Joined 28 Aug 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.