query builder return object and array code example Example: return query builder result to array $result = DB::table('user')->where('name',=,'Jhon')->get();