use AppModelsBook; $books = Book::all(); if ($someCondition) { $books->load('author', 'publisher'); }