Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaplean/elasticsearch-bundle
https://github.com/chaplean/elasticsearch-bundle
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chaplean/elasticsearch-bundle
- Owner: chaplean
- Created: 2019-07-09T19:46:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T19:47:10.000Z (over 5 years ago)
- Last Synced: 2024-04-27T17:46:09.392Z (9 months ago)
- Language: PHP
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
:
```