matchish / laravel-scout-elasticsearch

Search among multiple models with ElasticSearch and Laravel Scout
MIT License
702 stars 113 forks source link

Laravel 10 Support #235

Closed adrianpaiva1 closed 1 year ago

matchish commented 1 year ago

https://github.com/laravel/scout/pull/696/files

Looks like not too much changes needed. Feel free to send a PR

hkulekci commented 1 year ago

We need to upgrade the "orchestra/testbench": "^6.18", also for this support. I did not check yet why we depend on this library. I am looking for this upgrade if you don't look @adrianpaiva1

matchish commented 1 year ago

orchestra/testbench package to have tests that depends on laravel. this repo laravel package that's why we have it. I think we can update, I don't see any blockers for it

matchish commented 1 year ago

I believe we can switch to "orchestra/testbench": "^6.17|^7.0|^8.0", the same that laravel/scout use

matchish commented 1 year ago

@adrianpaiva1 Released. Could you give a feedback? Many thanks to @hkulekci

vrusua commented 1 year ago

@matchish Hi Sergey, the scout 10.0 is released, could you please update dependencies from laravel/scout: ^8.0|^9.0|^10. PS: I've added PR https://github.com/matchish/laravel-scout-elasticsearch/pull/242 just FYI. Thanks.

matchish commented 1 year ago

@vrusua thanks for the PR. released