gpt4 book ai didi

php - Symfony\Component\Debug\Exception\FatalErrorException laravel 错误

转载 作者:行者123 更新时间:2023-12-02 13:12:31 28 4
gpt4 key购买 nike

我在新的 Laravel 项目中遇到此错误。我正在尝试在全新安装后运行。

Declaration of Symfony\Component\Translation\TranslatorInterface::setLocale($locale) must be compatible with Symfony\Contracts\Translation\LocaleAwareInterface::setLocale(string $locale)

最佳答案

在我的服务器上,配置如下:

PHP 7.1.26-1+ubuntu14.04.1+deb.sury.org+1Laravel 框架 5.7.28

解决方案:添加composer.json 中的 "symfony/translation": "4.3.8" 如下

"require": {
...
"symfony/translation": "4.3.8",
}

然后

composer update

或者(如果服务器上不推荐使用php版本)

Composer 更新--ignore-platform-reqs

关于php - Symfony\Component\Debug\Exception\FatalErrorException laravel 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58975559/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com