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.