create(); foreach (Post::inRandomOrder()->limit(10)->get() as $post) { $post->groups()->sync(Group::all()->pluck('id')->toArray()); } } }