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

MiguelStevens's avatar

Laravel Nova Resource, Where can I overwrite the default save behaviour?

I'm building a nova resource tool, and I'm wondering where I can change incoming data before it get's POST'ed to the Resource?

0 likes
1 reply
opanegro's avatar

if you change the incoming data, add method indexQuery() in your resource. maybe help you.

Please or to participate in this conversation.