We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
This is also discussed on https://stackoverflow.com/questions/69820273/issue-in-integrating-php-redisearch-with-laravel-8
Sorry, something went wrong.
The MacFJA\RediSearch\Redis\Client\ClientFacade only exist on the main branch (future version 2.x of the lib, dev-main version in composer).
MacFJA\RediSearch\Redis\Client\ClientFacade
main
dev-main
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
2.x
BTW, thanks @NicoHaase for the answers on StackOverflow 👍
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: