This is boilerplate project includes Laravel and Elasticsearch to get started with rapid development.
- Clone this repository in your local folder using command:
git clone https://github.com/solv1k/laravel-elasticsearch.git laravel-elasticsearch
- Navigate to the created folder laravel-elasticsearch in the terminal:
cd laravel-elasticsearch
- Use make for full installation:
make install
For local development, the author recommends using make.
- Start local development
make up
- End local development
make down
For seeding database (upload test data) use:
make seed
For reindex Elasticsearch data use:
make reindex
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
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.
The Laravel framework is open-sourced software licensed under the MIT license.