How to run a raw SQL in Laravel 4? June 5, 2014Laravelquery, raw, sqlPF This is how. DB::select(DB::raw('SELECT * FROM DIGITALWHORES'));