Facing installation issues. #48238
Unanswered
skdishansachin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm facing installation issues with Laravel. Here are the details:
Extensions enabled:
I tried to install Laravel using the command
composer global require "laravel/installer"
, but it resulted in SSL connection timeout errors and curl error 28. So I increased the default_socket_timeout. Additionally, I read some articles suggesting that setting up GitHub tokens might help in retrieving data from Git repositories using thephp composer.phar config [--global] github-oauth.github.com <token>
.However, when I attempted to install the Laravel installer again, I encountered the same errors. The installation process was quite slow. I was able to confirm that Laravel was installed by using the
laravel -v
command.Next, I tried to create a new Laravel application using the
laravel new
command. The set took more than 30 minutes, and I faced the same SSL connection timeout errors as before. so I wasn't enable to create a new laravel application.Here are the specific errors I encountered:
I did some research on Stack Overflow and other places, but they weren't helpful in solving this issue. I would really appreciate your assistance in resolving this issue.
Beta Was this translation helpful? Give feedback.
All reactions