0

as we use the joins in laravel as this

            ->leftJoin('users', 'posts.id', '=', 'users.post_id')
            ->get();```

How can I do if users.post_id is a field with. multiple ids in it like "3,4,6,9" etc. 

0 Answers0