Skip to content

nahidulhasan/laravel-elasticsearch

 
 

Repository files navigation

Laravel-elasticsearch application for testing purposes only

Run the command

composer install
php artisan migrate
php artisan db:seed

If you are using Docker then run

docker-compose exec app composer install
docker-compose exec app php artisan migrate
docker-compose exec app php artisan db:seed

Hit the url: http://127.0.0.1:2000/posts

About

A simple repo for practising elastic search with laravel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 77.0%
  • HTML 21.4%
  • JavaScript 1.1%
  • Vue 0.5%