You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add updateOrCreate and updateOrCreateWithoutRefresh methods
Introduced two new methods in `Eloquent\Builder` to streamline updating or creating model instances. `updateOrCreate` handles instance updates or creation with refresh, while `updateOrCreateWithoutRefresh` performs the same without triggering a refresh. These enhancements improve flexibility and control over model persistence.
0 commit comments