🌈 搜索
📅  最后修改于: 2022-03-11 14:53:46.555000             🧑  作者: Mango
use App\Models\Book; $books = Book::all(); if ($someCondition) { $books->load('author', 'publisher'); }