1.0.0-rc.0
Pre-release
Pre-release
New helper methods are available to workaround limitations with Eloquent events when performing bulk updates or deletes.
updateWithUserstamps
and deleteWithUserstamps
behave exactly the same as update
and delete
, but allow you to make bulk updates that maintain the correct updated_by
and deleted_by
values.