Answer the question
In order to leave comments, you need to log in
How to fetch columns in a database while eager loading?
Good evening, please tell me how to select columns during "greedy loading"
control code:
Answer:
I tried both select and addSeclect
with a normal query, everything is ok:
the answer is like this:
Answer the question
In order to leave comments, you need to log in
// ты забыл id-шки
select('id', 'name');
// laravel >= 5.5
->with('user:id,title')
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question