$table->update(['field' => 'val']); or ModelName::query()->where('column_name','any_value')->update(['field' => 'val']);