Step 1: Setting up the bundle ============================= A) Install FOSElasticaBundle ---------------------------- FOSElasticaBundle is installed using [Composer](https://getcomposer.org). ```bash $ php composer.phar require friendsofsymfony/elastica-bundle "~3.0" ``` ### Elasticsearch Instructions for installing and deploying Elasticsearch may be found [here](http://www.elasticsearch.org/guide/reference/setup/installation/). B) Enable FOSElasticaBundle --------------------------- Enable FOSElasticaBundle in your AppKernel: ```php