DEV Community

Discussion on: First steps with Elasticsearch & Laravel

Collapse
 
azazqadir profile image
Muhammad Azaz Qadir

You can integrate Elasticsearch in Laravel easily by using Scout. Laravel Scout has pre-configured full text search settings. Install Laravel Scount and Elasticsearch and then integrate it in Laravel model.

Collapse
 
treggats profile image
Tonko Mulder

I am aware of that, but there are scenario's where you want full control over the Elasticsearch integration. In those cases you won't use Laravel Scout but Elasticsearch directly, like I've outlined in this post.