-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
Installation error #109
Comments
I have the same problem |
Did you publish the configuration file? |
I got the error on installing the package by composer and because of the error the package won't be installed |
Which version of Laravel are you using? I just tried a fresh project, and I didn't get the same error as you. > composer create-project laravel/laravel laravel8
...
> cd laravel8
> composer require cviebrock/laravel-elasticsearch Can you try the above and see what you get? Maybe it's a XAMPP issue (I don't have a Windows machine handy for testing). |
Hi there. It's happening to me too. Error is exactly the same. Do I have to install previously some other composer package related to Elasticsearch? |
Same issue on windows homestead
The way i fixed it is to create a config/elasticsearch.php AND deleting the files in bootstrap/cache |
Closing old tickets. |
I got this while installing
The text was updated successfully, but these errors were encountered: