首页 > 解决方案 > 安装 Laravel 时出错:[ErrorException] file_get_contents(): read of 8192 bytes failed

问题描述

这是错误:

生成优化的自动加载文件

... [ErrorException] file_get_contents(): read of 8192 bytes failed with errno=9 Bad file descriptor

create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--add-repository] ​​[ --dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--ask] [--] [] [] [<版本...

标签: laravel

解决方案


您使用的是哪个 PHP 版本?因为这是 PHP 7.4 中的一个错误,如此处所述: https ://bugs.php.net/bug.php?id=79166

尝试使用 PHP 7.3,它应该可以正常工作


推荐阅读