Laravel Eloquent "IN" Query

PHOTO EMBED

Tue Feb 02 2021 17:41:05 GMT+0000 (Coordinated Universal Time)

Saved by @mvieira #php

$users = DB::table('users')->whereIn('id', array(1, 2, 3))->get();
content_copyCOPY

https://stackoverflow.com/questions/29115385/how-to-make-laravel-eloquent-in-query