Quelqu'un a déjà essayé... et réussi ?
J'ai suivi le petit tuto de cette page : https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/installation.html
Puis je reçois ce message d'erreur pour la deuxième ligne de commande
Je passe outre et envoie la CLI pour installer ES
Ensuite je bloque sur :

Une idée ?;
ES semble correctement installé mais pour l'instant je ne parviens pas à connecter XFES...
J'ai suivi le petit tuto de cette page : https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/installation.html
Code:
C:\laragon\www
λ curl -s http://getcomposer.org/installer | php
All settings correct for using Composer
Downloading...
Composer (version 2.5.1) successfully installed to: C:\laragon\www\composer.phar
Use it: php composer.phar
Puis je reçois ce message d'erreur pour la deuxième ligne de commande
Code:
C:\laragon\www
λ php composer.phar install
Composer could not find a composer.json file in C:\laragon\www
To initialize a project, please create a composer.json file. See https://getcomposer.org/basic-usage
Je passe outre et envoie la CLI pour installer ES
Code:
C:\laragon\www
λ composer require elasticsearch/elasticsearch
Info from https://repo.packagist.org: #StandWithUkraine
Using version ^8.6 for elasticsearch/elasticsearch
./composer.json has been created
Running composer update elasticsearch/elasticsearch
Loading composer repositories with package information
Updating dependencies
Lock file operations: 14 installs, 0 updates, 0 removals
- Locking elastic/transport (v8.6.0)
- Locking elasticsearch/elasticsearch (v8.6.1)
- Locking guzzlehttp/guzzle (7.5.0)
- Locking guzzlehttp/promises (1.5.2)
- Locking guzzlehttp/psr7 (2.4.3)
- Locking php-http/discovery (1.14.3)
- Locking php-http/httplug (2.3.0)
- Locking php-http/promise (1.1.0)
- Locking psr/http-client (1.0.1)
- Locking psr/http-factory (1.0.1)
- Locking psr/http-message (1.0.1)
- Locking psr/log (3.0.0)
- Locking ralouphie/getallheaders (3.0.3)
- Locking symfony/deprecation-contracts (v3.2.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 14 installs, 0 updates, 0 removals
- Downloading psr/log (3.0.0)
- Downloading psr/http-message (1.0.1)
- Downloading psr/http-client (1.0.1)
- Downloading symfony/deprecation-contracts (v3.2.0)
- Downloading ralouphie/getallheaders (3.0.3)
- Downloading psr/http-factory (1.0.1)
- Downloading guzzlehttp/psr7 (2.4.3)
- Downloading guzzlehttp/promises (1.5.2)
- Downloading guzzlehttp/guzzle (7.5.0)
- Downloading php-http/promise (1.1.0)
- Downloading php-http/httplug (2.3.0)
- Downloading php-http/discovery (1.14.3)
- Downloading elastic/transport (v8.6.0)
- Downloading elasticsearch/elasticsearch (v8.6.1)
- Installing psr/log (3.0.0): Extracting archive
- Installing psr/http-message (1.0.1): Extracting archive
- Installing psr/http-client (1.0.1): Extracting archive
- Installing symfony/deprecation-contracts (v3.2.0): Extracting archive
- Installing ralouphie/getallheaders (3.0.3): Extracting archive
- Installing psr/http-factory (1.0.1): Extracting archive
- Installing guzzlehttp/psr7 (2.4.3): Extracting archive
- Installing guzzlehttp/promises (1.5.2): Extracting archive
- Installing guzzlehttp/guzzle (7.5.0): Extracting archive
- Installing php-http/promise (1.1.0): Extracting archive
- Installing php-http/httplug (2.3.0): Extracting archive
- Installing php-http/discovery (1.14.3): Extracting archive
- Installing elastic/transport (v8.6.0): Extracting archive
- Installing elasticsearch/elasticsearch (v8.6.1): Extracting archive
2 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
4 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found
Ensuite je bloque sur :

Une idée ?;
ES semble correctement installé mais pour l'instant je ne parviens pas à connecter XFES...