Search Eloquent Relationships with Laravel Scout and Meilisearch

Originally published at: Search Eloquent Relationships with Laravel Scout and Meilisearch - Server Side Up

When I first started to use Meilisearch with Laravel Scout, I wanted to query an Eloquent relationship along with my search. Like everything with Laravel, there was already a solution available. In this tutorial we will expand on the Laravel documentation and provide a few examples of how to include an Eloquent relationship’s model with…