try using decrement() http://laravel.com/api/5.1/Illuminate/Database/Eloquent/Builder.html#method_decrement
DB::table('users')
->whereId('id', $idArray)
->decrement('votes');
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community