我克隆了一个存储库并创建了一个使用 docker 和 nginx 作为服务器的开发环境。但是,当运行composer install命令时,我遇到以下错误:
在浏览器中:
*我使用的是ubuntu 20.04
安装 PHP 会话包
# pkg install php7.4-session
为 Apache2 设置 PHP-FPM
sudo apt-get install php-fpm
restart php-fpm.service
2024/09/11 12:48:01 [错误] 37#37: *535 FastCGI 在 stderr 中发送:“PHP 消息:PHP 致命错误:未捕获错误:在 /var/www/html/ 中找不到接口“SessionHandlerInterface”供应商/laravel/framework/src/Illuminate/Session/CacheBasedSessionHandler.php:8 我犯了这个错误,谁能帮我解决这个错误