where('parent_service', 2)->where('id', 3)->where('name', 'Insurgency')->first(); if ($model) { $model->name = 'Team Fortress 2'; $model->save(); } }); } /** * Reverse the migrations. */ public function down() { } }