We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi.
I'm trying to install, with composer, repo, added into packagist on my local server. I get such error:
php8.3 ~/composer_2_7_6 create-project author/name --repository-url "http://localhost:8000/"
In CurlDownloader.php line 640: The "http://localhost:8000/packages.json" file could not be downloaded (HTTP/1.1 404 Not Found)
What could cause such problem? Thanks
The text was updated successfully, but these errors were encountered:
Hi @michalmicpaw
Probably the settings issue. Could you try the open http://localhost:8000/ http://localhost:8000/packages.json with browser
http://localhost:8000/
http://localhost:8000/packages.json
Sorry, something went wrong.
server is running on route localhost:8000 but there is 404 on localhost:8000/packages.json
localhost:8000
localhost:8000/packages.json
No branches or pull requests
Hi.
I'm trying to install, with composer, repo, added into packagist on my local server. I get such error:
What could cause such problem?
Thanks
The text was updated successfully, but these errors were encountered: