Have you tried DB::raw() ? For example: DB::select(DB::raw("SELECT * FROM table WHERE something = 'Something'"));
I'm sure it works for deletion too.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community