Up
Elasticsearch
Hi all. I try to understand how elasticsearch works and implement it in my Laravel project.
I install Elasticsearch on Homestead with the help of this tutorial : https://bosnadev.com/2014/09/12/install-elasticsearch-on-laravel-homestead/ And on Forge I used this recipe : http://forgerecipes.com/recipes/36
In the terminal when I enter : curl -X GET localhost:92000 I have the answer of the Elasticsearch server. But when I access to this url : http://localhost:9200 I receve an error (page not accessible)
How can I do to interact with Elasticsearch within Laravel, and make some tests in the url ?
Please or to participate in this conversation.