I am new to Symfony and tried to follow the installation guide (https://symfony.com/doc/current/setup.html) in the docs. However, I always get this error after running "composer install"
Commands I used:
composer create-project symfony/skeleton:"6.2.*" basic
cd basic
composer install
In CurlDownloader.php line 623:
The "https://raw.githubusercontent.com/symfony/recipes/flex/main/index.json" file could not be downloaded (HTTP/2 404 )
Anyone also faced this problem?
Tried to change symfony/flex version to ^1.0 in composer.json
composer installThecomposer installis not required. That is what you do when you download a written project from git and want to make sure the composer provisioned code is all downloaded (the stuff thats managed by composer and not GIT)