Laravelde tek seferde birden fazla kayıt oluşturmak istiyorsanız saveMany() komutunu kullanabilirsiniz: $post = Post::find(1); $post->comments()->saveMany([ new Comment['message'=>'İlk Yorum']]), new Comment(['message'=>'İkinci Yorum']), ]);