algolia / scout-extended

Scout Extended: The Full Power of Algolia in Laravel
https://www.algolia.com/doc/framework-integration/laravel/getting-started/introduction-to-scout-extended/
MIT License
393 stars 85 forks source link

Add support for Laravel 9 #296

Closed Nielsvanpach closed 2 years ago

Nielsvanpach commented 2 years ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Related Issue
Need Doc update

Describe your change

This PR follows up on https://github.com/algolia/scout-extended/pull/295

DevinCodes commented 2 years ago

Hey @Nielsvanpach , thank you for starting this PR, and sorry for the delay in handling it.

I've made some changes to get the CI to pass. One of them is lowering the PHPStan level: on the max level, there were too many changes to address before the release of Laravel 9. To make sure Scout Extended is available when it releases, I've lowered the level, and we'll gradually increase it over time to get back to the max level.

GC-Mark commented 2 years ago

Any chance of getting v2.0 released soon?

DevinCodes commented 2 years ago

@GC-Mark It's out already 😄 https://packagist.org/packages/algolia/scout-extended#v2.0.1

GC-Mark commented 2 years ago

Ah, cool, thanks 👍

Didn't see it listed here - https://github.com/algolia/scout-extended/releases

DevinCodes commented 2 years ago

Good catch, I'll add it there!