标签:ble error: sed http mina 配置 目录 general 错误信息
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 Illuminate\Routing\UrlGenerator::__construct()
标签:ble error: sed http mina 配置 目录 general 错误信息
原文地址:https://www.cnblogs.com/fsong/p/11259940.html