laravel error
逆时针
逆时针 2018-11-13 19:49:56
0
1
1499

Fatal error:  Declaration of Illuminate\Container\Container::make($abstract) must be compatible with Illuminate\Contracts\Container\Container::make($abstract, array $parameters = Array) in D:\myphp_www\PHPTutorial\WWW\laravel\vendor\laravel\framework\src\Illuminate\Container\Container.php on line 13

如何改?????

急求,谢谢了

逆时针
逆时针

reply all(1)
Peter-Zhu

Laravel manages dependencies between objects through containers. Looking at the prompts, it should be an error in obtaining an instance, because the Container::make() method is used to create instances. Looking at the code, I can’t tell you. Which object has the problem? You can create a listener to locate the error

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template