Support the ongoing development of Laravel.io →
Eloquent Forms
Last updated 2 years ago.
0

You can use the sync method

$stat = Stat::find(1);
$stat->statdatas()->sync([1,3,4]); // enter the ids of the Statdata models
Last updated 8 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

kbanse kbanse Joined 3 Dec 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.