Skip to content

solv1k/laravel-elasticsearch

Repository files navigation

Laravel Logo

About Project

This is boilerplate project includes Laravel and Elasticsearch to get started with rapid development.

Install

  1. Clone this repository in your local folder using command:
git clone https://github.com/solv1k/laravel-elasticsearch.git laravel-elasticsearch
  1. Navigate to the created folder laravel-elasticsearch in the terminal:
cd laravel-elasticsearch
  1. Use make for full installation:
make install

Local development

For local development, the author recommends using make.

  1. Start local development
make up
  1. End local development
make down

Seeding database

For seeding database (upload test data) use:

make seed

Reindex Elasticsearch data

For reindex Elasticsearch data use:

make reindex

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Boilerplate with Laravel and Elasticsearch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published