Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

dyasa28's avatar

Save batch / multiple records with the same page resource

Hi I wanna ask something, is it possible to save batch / multiple records with the same time in laravel nova ? and how to do this if it's possible

Thank you

0 likes
1 reply
otrsw's avatar

Maybe send a bit more detail?

Without it I can only guess the following:

  1. You could create an action ('Save') that can be executed on all selected models. If you want to for example update the status field of 100 users, you could get the new status from the Action fields, and then in your action handle update all the selected models and call save

But not sure if that was what you want to do?

Please or to participate in this conversation.