Level 63
I don't think that you can directly use the relationships.
Have a look at this documentation.
https://docs.offlineagency.com/laravel-mongo-auto-sync/#installation
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have a collection:
{
...
users: ["..some objectID", "another objectID"]
...
}
Can I use relationships to get information about these users from the User model or do I need to make a separate query?
Please or to participate in this conversation.