Set up Meilisearch for Laravel Scout
Meilisearch is a powerful search engine for your application, working perfectly with Laravel Scout. It allows you to add a search engine with great relevancy, typo correction, and more to your application by simply adding theSearchable
Trait to a model.

Connecting from your Laravel application
Like with all Herd services, you can configure the port as well as the service name of your Meilisearch instance and add the following environment variables to your.env
file.
Using Meilisearch
You can open the Meilisearch Dashboard or the logs of the service from the right side of the service details.
Dashboard
The Meilisearch dashboard is accessible viahttp://locahost:port
or by using the dashboard button in the services list.
