orm icon indicating copy to clipboard operation
orm copied to clipboard

Add `push()` method to save relationships at once

Open girardinsamuel opened this issue 3 years ago • 0 comments

Describe the feature as you'd like to see it If I would like to save a model and all of its associated relationships, I need to do multiple save(), the push() method could avoid doing this as in Laravel. https://laravel.com/docs/8.x/eloquent-relationships#the-push-method

girardinsamuel avatar Apr 15 '21 09:04 girardinsamuel