Skip to content

1.0.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mattmcdonald-uk mattmcdonald-uk released this 20 Sep 10:52

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.