首页 > 解决方案 > Laravel 安装错误:[ErrorException] file_get_contents(): read of 8192 bytes failed with errno=9 Bad file descriptor

问题描述

我正在一台新 PC 上设置 Laravel 开发环境,并且一切都安装正确,即 XAMPP、NODE JS 和 Composer。但是,当我尝试通过 Laravel 安装程序或 composer 安装 Laravel 时,我收到一条错误消息: [ErrorException] file_get_contents(): read of 8192 bytes failed with errno=9 Bad file descriptor. 我试图在 StackOverflow 上搜索答案,但只有一个选项,但它对我不起作用。有人愿意帮我找出问题所在吗?先感谢您。(Laravel 版本 7)。

标签: phplaravel

解决方案


我做了一个快速搜索,似乎它是 PHP 7.4 中的一个错误,应该在 PHP 7.3 中运行良好。 https://bugs.php.net/bug.php?id=79166

您使用哪个版本?,您可以检查使用phpinfo();在 windows 命令行上查找 PHP 版本


推荐阅读