FOSElasticaBundle for symfony 3?

I want to integrate FOSElasticaBundle into my symfony 3 project. Currently this package does not support symfony 3. I was looking for everything I could to implement it?

+5
source share
1 answer

It seems that a valid release for use through packagist has not yet been marked. See this issue on github .

The release of dev-master / 3.2.x-dev seems already compatible with symfony3.

I successfully installed this kit to install symfony3 with the command:

 composer require friendsofsymfony/elastica-bundle dev-master 

Hope for this help

+10
source

Source: https://habr.com/ru/post/1246457/


All Articles