Laravel + Elasticsearch demo app
Simple full-text search using Elasticsearch with highlighted results and pagination.
This app was created using Laradock on Windows machine so don't forget to change Elasticsearch hosts settings in AppServiceProvider if you are going to run this app on Linux machine.
- Clone this repository
- Create .env file with db settings
- Run composer install
- Change Elasticsearch hosts settings in AppServiceProvider
- Run database migrations
- Run database seeds