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

feat: Laravel 10 support #320

Closed DevinCodes closed 1 year ago

DevinCodes commented 1 year ago
Q A
Bug fix? no
New feature? no
BC breaks? yes
Related Issue Fix #319
Need Doc update yes

Describe your change

This adds support for the upcoming Laravel 10 release. This means dropping support for PHP 7.x, as well as Laravel 8.x. We also had to replace calls to the deprecated dispatch_now to dispatch_sync.