iksaku/laravel-mass-update
Update multiple Laravel Model records, each with different values, using a single query!
2.0.0
1.4M downloads/mo
#4886 most downloaded on Packagist
iksaku/laravel-mass-update
What this package is like to depend on
Last release 4 months ago
13 Apr 2026
Release timing varies
gaps range from 2 weeks to 13 months
Nearly every release is documented
notes for 11 of 11 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
11 releases · first in 2021
2 releases in the last 12 months
see the full history below
Release timeline
11 releases · Jun 2021 to Apr 2026Releases
latest 11-
2.0.013 Apr 2026Release notes
Open source →What's Changed
- Laravel 13.x Compatibility by @laravel-shift in #19
Breaking Changes
- The
Mode::massUpdateQuietly()method has been removed in favor of Laravel's built-inModel::withoutTimestamps()method. Learn more
Full Changelog: 1.0.9...2.0.0
Release notes
Open source →What's Changed
- Laravel 13.x Compatibility by @laravel-shift in https://github.com/iksaku/laravel-mass-update/pull/19
Breaking Changes
- The
Mode::massUpdateQuietly()method has been removed in favor of Laravel's built-inModel::withoutTimestamps()method. Learn more
Full Changelog: https://github.com/iksaku/laravel-mass-update/compare/1.0.9...2.0.0
-
1.0.931 Mar 2026Release notes
Open source →What's Changed
- feat: backport fix for escaping PostgreSQL boolean values from 2.x by @adamczykpiotr in #18
New Contributors
- @adamczykpiotr made their first contribution in #18
Full Changelog: 1.0.8...1.0.9
-
1.0.801 Mar 2025Release notes
Open source →What's Changed
- Laravel 12.x Compatibility by @laravel-shift in #16
- Remove EOL Laravel versions by @iksaku in #17
Full Changelog: 1.0.7...1.0.8
-
1.0.723 Mar 2024Release notes
Open source →What's Changed
- Add PHP 8.2-8.3 to CI matrix by @iksaku in #12
- Laravel 11.x Compatibility by @laravel-shift in #14
Full Changelog: 1.0.6...1.0.7
-
1.0.627 Dec 2023Release notes
Open source →What's Changed
- Ability to perform mass updates on JSON columns by @Ing-LuisGuerrero in #11
New Contributors
- @Ing-LuisGuerrero made their first contribution in #11
Full Changelog: 1.0.5...1.0.6
-
1.0.502 Feb 2023 -
1.0.422 Jan 2022 -
1.0.322 Sep 2021Release notes
Open source →Improvements
- 19f01cd Ability to define mass-update unique keys inside Model.
-
1.0.205 Aug 2021Release notes
Open source →Improvements
- d208e03 Ability to compile more value types for mass-update query.
Fixes
- 26946f6 Fix value quoting with complex-quoted strings and float values.
-
1.0.129 Jun 2021Release notes
Open source →Improvements
- 3acbe63 Skip query execution if no updates are detected in the given Eloquent models.
Release notes
Open source →- 3acbe63 Skip query execution if no updates are detected in the given Eloquent models.
-
1.0.028 Jun 2021