Skip to content

yannissgarra/elastic-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebmunkeezElasticBundle

This bundle unleashes Elasticsearch on Symfony applications.

Installation

Use Composer to install this bundle:

$ composer require webmunkeez/elastic-bundle

Add the bundle in your application kernel:

// config/bundles.php

return [
    // ...
    Webmunkeez\ElasticBundle\WebmunkeezElasticBundle::class => ['all' => true],
    // ...
];