win10x64专业版安装laravel时报错

发布于 2022-09-06 07:31:16 字数 990 浏览 18 评论 0

E:\>laravel new blog
Crafting application...

  [GuzzleHttp\Exception\RequestException]
  Error creating resource: [message] fopen(http://cabinet.laravel.com/latest.zip): failed to open stream: Unable to f
  ind the socket transport "http" - did you forget to enable it when you configured PHP?
  [file] C:\Users\xiaoyi_wang\AppData\Roaming\Composer\vendor\guzzlehttp\guzzle\src\Handler\StreamHandler.php
  [line] 324
  [RuntimeException]
  Error creating resource: [message] fopen(http://cabinet.laravel.com/latest.zip): failed to open stream: Unable to f
  ind the socket transport "http" - did you forget to enable it when you configured PHP?
  [file] C:\Users\xiaoyi_wang\AppData\Roaming\Composer\vendor\guzzlehttp\guzzle\src\Handler\StreamHandler.php
  [line] 324

new [--dev] [--force] [--] [<name>]

E:\>

执行laravel new blog时出现上面的错误,网上查好像都是说启用openssl就可以了,我的extension=php_openssl.dll原来就是启用的,老是提示这个错误,不知道怎么处理。
我有尝试直接进对应的网页,是可以的,网络应该是正常的。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

以往的大感动 2022-09-13 07:31:16

开启allow url fopen

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文