PHP Catchable fatal error: Argument 2 passed to Illuminate\Routing\UrlGenerator::__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')

转载于:https://www.cnblogs.com/fsong/p/11259940.html

你可能感兴趣的:(PHP Catchable fatal error: Argument 2 passed to Illuminate\Routing\UrlGenerator::__construct())