SyntaxFix
Write A Post
Hire A Developer
Questions
In Laravel 5.7 you can call specific field like this
$users = App\Book::with('author:id,name')->get();
It is important to add foreign_key field in the selection.
foreign_key