Back

How to get info from relations

  • 0
  • Databases
chr.yx
29 Aug, 2024, 00:39

I have a collection called saved for saved posts and this is related to the post and the post is also related to the creator of the post. how can i fetch the creator's username and imageUrl along with the saved post

TL;DR
Developers are looking to fetch the creator's username and imageUrl along with the saved post from related collections. To achieve this, you can use Eloquent Relationships in Laravel. You need to define the relationships between the saved posts, posts, and creators in your models and then eager load the necessary data using the with() method in your query.
Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more