laravel-meta icon indicating copy to clipboard operation
laravel-meta copied to clipboard

specify attribute list in eager loading

Open mira-thakkar opened this issue 6 years ago • 0 comments

$post = Post::with(['metas'])->get(); here can we specify the list of meta attributes to return instead of returning all the attributes?

mira-thakkar avatar Jul 18 '18 11:07 mira-thakkar