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

[BUG] Cannot use Illuminate\Support\Facades\Log as Log because the name is already in use on line 14 #284

Open
starksemihyarar opened this issue Oct 8, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@starksemihyarar
Copy link

Describe the bug
When run scout:import artisan command ı got this error

Cannot use Illuminate\Support\Facades\Log as Log because the name is already in use on line 14
Ekran Resmi 2024-10-08 10 55 54

To Reproduce
php artisan scout:import

Expected behavior
working well php artisan scout:import command.

Additional context
Elastic working on docker no any error ı can use with postman very well.
php artisan scout:import working well at my macos m2

Laravel Project .env :

SCOUT_DRIVER=Matchish\ScoutElasticSearch\Engines\ElasticSearchEngine
ELASTICSEARCH_HOST=127.0.0.1:9200
ELASTICSEARCH_SSL_VERIFICATION=false
ELASTICSEARCH_USER=elastic
ELASTICSEARCH_PASSWORD=password
ELASTICSEARCH_SCHEME=http

OS Information:

No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 22.04.5 LTS
Release:	22.04
Codename:	jammy

Version

"laravel/scout": "^10.10",
 "matchish/laravel-scout-elasticsearch": "^7.7",
 tested php 8.3 and 8.2
@starksemihyarar starksemihyarar added the bug Something isn't working label Oct 8, 2024
@matchish matchish added help wanted Extra attention is needed good first issue Good for newcomers labels Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants