【发布时间】:2021-04-22 23:21:18
【问题描述】:
在我将我的 php 升级到 PHP 7.4 之后,我现在遇到了这个错误,
Declaration of Illuminate\Container\Container::get($id) must be compatible with
Psr\Container\ContainerInterface::get(string $id)
/home/forge/myapp.com/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 15
我已尝试运行 Composer Update 但它现在仍在运行 可能是什么问题以及如何解决此问题。
【问题讨论】:
-
试试这个命令
command composer self --1 -
我只是来自他们,我似乎无法得到答案
-
@EsTeAa 我试过了,还是一样
-
您可以在这里找到答案:stackoverflow.com/questions/66526288/…