While updating an entity model needs to update a hasMany attribute with multiple items. $user->la...
Parent, Child and Tag are three models. Parent (id, other fileds ....) Child (id, parent_id, tag_id...
Oh really it was so simple with the magic of Collection::lists() and array_diff $current = $user->...
The Laravel portal for problem solving, knowledge sharing and community building.
The community