PHP Catchable fatal error: Argument 2 passed to IlluminateRoutingUrlGenerator::__construct()
Posted fsong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP Catchable fatal error: Argument 2 passed to IlluminateRoutingUrlGenerator::__construct()相关的知识,希望对你有一定的参考价值。
laravel 项目的根目录下 运行composer update
之后,报了包含 php Catchable fatal error: Argument 2 passed to Illuminate\Routing\UrlGenerator::__construct()
的错误信息。看了 Cannot run php artisan的说明,可以检查 config
文件夹下的配置文件是否有用到 url()
函数的,如果有,将 url()
部分改为 Config(‘app.url‘)
以上是关于PHP Catchable fatal error: Argument 2 passed to IlluminateRoutingUrlGenerator::__construct()的主要内容,如果未能解决你的问题,请参考以下文章
杰奇2.4文章编辑提交错误Catchable fatal error: Object of class JieqiUsersHandler
[PHP] error_reporting可以屏蔽Fatal error错误
PHP message: PHP Fatal error: require(): Failed opening required
运行PHP-Parser报错:PHP Fatal error: Uncaught Error: Class ‘PhpParserParserFactory‘ not found