Closed mahendran-kcube closed 3 years ago
This is also discussed on https://stackoverflow.com/questions/69820273/issue-in-integrating-php-redisearch-with-laravel-8
The MacFJA\RediSearch\Redis\Client\ClientFacade
only exist on the main
branch (future version 2.x of the lib, dev-main
version in composer).
The installed version by composer (composer require macfja/redisearch
) is at most the version 1.4.0.
The new version 2.x
should be available soon, I have same check to do to ensure that the lib is working correctly
BTW, thanks @NicoHaase for the answers on StackOverflow 👍
I have installed the plugin MacFJA/php-redisearch using the following command
composer require macfja/redisearch
And I imported as like below in laravel
and
Issue :
Can someone help me to resolve it