Level 1
PS - I ended up running a task that creates the result set in a new table in the background. I then linked the table resource to display.
A work around that worked, but its a bit crap that Nova can't do it.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I can link two models in Nova fine, however I want to display a list of matches based on location underneath a row.
So I have a booking, and then underneath it i want to display all people within a radius, by querying the database.
How would I go about doing this? ideally without having to create separate vue apps etc?
Please or to participate in this conversation.