You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Algolia Search client v4 not compatible with Laravel 11
According to Laravel's documentation, running the command 'composer require algolia/algoliasearch-client-php' successfully installs version 4 of the Algolia Search client, which was released last week.
-Problem: Despite the successful installation, running the command 'php artisan scout:import "App\Models\Variant"' results in an error.
The text was updated successfully, but these errors were encountered:
Gautamsam3
changed the title
Algolia Client Installed but Import Fails: Error During Scout Import
Laravel Scout:Import Fails with Algolia Client v4
Aug 20, 2024
@Gautamsam3 the error is not algolia php package here. The error here is on laravel/scout side. They should define there required algolia SDK PHP version correctly currently they only support V3 and for V4 they need adopt the code.
Algolia Search client v4 not compatible with Laravel 11
According to Laravel's documentation, running the command 'composer require algolia/algoliasearch-client-php' successfully installs version 4 of the Algolia Search client, which was released last week.
-Problem: Despite the successful installation, running the command 'php artisan scout:import "App\Models\Variant"' results in an error.
The text was updated successfully, but these errors were encountered: