Laravel 8.0 is now the minimum supported version of the framework.
PHP 7.3 is now the minimum supported version of the language.
Laravel 6.0 is now the minimum supported version of the framework.
PHP 7.2 is now the minimum supported version of the language.
Update your laravel/scout
dependency to ^7.0
in your composer.json
file.
If you are using Algolia as your search provider, update your algolia/algoliasearch-client-php
dependency to ^2.2
in your composer.json
file.
The AlgoliaSearch\AlgoliaException
exception class was renamed to Algolia\AlgoliaSearch\Exceptions\AlgoliaException
.
If you are passing a callback to the search
method, the callback will now receive an instance of Algolia/AlgoliaSearch/SearchIndex
as its first argument.
If you are using the Algolia API client directly, consider reviewing the full changelog provided by Algolia.