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

joel1010's avatar

Filter value in MorphTo

I have a Model called Media, and mediable to other two Model called Post and Comment

I'm in the Media Resource and select Morph model to create, when I select Post, I just want user to be able to select all Post that 'published'.

How to we filter that Post when we in the "create media resource"

0 likes
1 reply
anditsung's avatar

if you mean the selection you could filter it on relatableQuery on nova\resource

Please or to participate in this conversation.