You would use DB::statement (see http://laravel.com/docs/database). Here's my example where I set the user's timezone for instance:
DB::statement("SET SESSION time_zone = '".$timezone->timezone."'");
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community