Laravel Documentation for the new methods of the query builder (incrementEach and decrementEach):
https://laravel.com/docs/11.x/queries#increment-and-decrement
Note that if the field is nor set or null, it will be initialized with the increment value.