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