Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 295 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 295 Bytes

laravel-elastic

Laravel and Elastic search Example

clone the repo and run

composer install

Migrate the database

php artisan migrate

Seed the database

php artisan db:seed

Install elasticsearch using

sudo apt-get install -y elasticsearch