Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chaplean/elasticsearch-bundle


https://github.com/chaplean/elasticsearch-bundle

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

Getting Started With Chaplean Bundle
====================================

# Prerequisites

This version of the bundle requires Symfony 3.4+.

# Installation

## 1. Composer

```console
composer require chaplean/elasticsearch-bundle
```

## 2. AppKernel.php

Then, enable the bundle by adding it to the list of registered bundles
in the `app/AppKernel.php` file of your project:

```php
:
```