Skip to content
New issue

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

Issue in integrating php-redisearch with laravel 8 #18

Closed
mahendran-kcube opened this issue Nov 3, 2021 · 3 comments
Closed

Issue in integrating php-redisearch with laravel 8 #18

mahendran-kcube opened this issue Nov 3, 2021 · 3 comments
Labels
question Further information is requested

Comments

@mahendran-kcube
Copy link

mahendran-kcube commented Nov 3, 2021

I have installed the plugin MacFJA/php-redisearch using the following command

composer require macfja/redisearch

And I imported as like below in laravel

image

and

image

Issue :

image

Can someone help me to resolve it

@NicoHaase
Copy link

@MacFJA
Copy link
Owner

MacFJA commented Nov 3, 2021

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

@MacFJA
Copy link
Owner

MacFJA commented Nov 3, 2021

BTW, thanks @NicoHaase for the answers on StackOverflow 👍

@MacFJA MacFJA added the question Further information is requested label Nov 8, 2021
@MacFJA MacFJA closed this as completed Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants