Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サブコレクションとして選択された関係を持つコレクションまたは配列を取得したい:
$user = User::findOrFail($id); $user->box()->boxtype()->get();
User は Box と多対多の関係にあり、Box は BoxType と多対多の関係にあるため、Box の結果コレクションにすべての BoxType の結果が埋め込まれたコレクションを取得したいと考えています。
Laravel のドキュメントで熱心な読み込みについて読んでください。また、積極的な負荷の制約。