mailerlite / laravel-elasticsearch

An easy way to use the official Elastic Search client in your Laravel applications.
MIT License
909 stars 187 forks source link

Laravel >7.x Support #85

Closed samtoya closed 4 years ago

samtoya commented 4 years ago

I'm unable to install this package using Laravel v7.16.1, below is the output I received while trying to install the library.

` Problem 1

Installation failed, reverting ./composer.json to its original content. `

cviebrock commented 4 years ago

Which version of ES are you using? If you are using 7, then just do:

composer require cviebrock/laravel-elasticsearch

Version ^2 of the package is only for ES 5.

samtoya commented 4 years ago

@cviebrock Thanks, that worked for me, I had a package installed that required elasticsearch v6.* installed, that's why I had issues installing this package.