📅  最后修改于: 2022-03-11 14:54:47.334000             🧑  作者: Mango
$post = Post::find(1);
$post->comments()->createMany([
['message' => 'A new comment.'],
['message' => 'Another new comment.'],
]);