DB::raw is what it implies...executing raw SQL. Since you are bypassing the Eloquent ORM, you won't have the benefit of automatically parsing the results into model instances.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community