Onkar-php-digi
Results
2
comments of
Onkar-php-digi
Same have you find any solution ?
I have sorted it with Laravel relations, and it works fine for me. $data_message = []; $results = Message::with(['fromUser' => function ($query) { $query->select('id', 'name', 'email', 'image'); }]) ->where('to_user_id', $user_id)...