标签: php laravel fatal-error
我是PHP Laravel的新手,我开始使用教程构建网站。该网站运行正常,然后我创建了一个运行php artisan migrate的数据库,该数据库创建了迁移目录中定义的内置表。现在,当我运行php artisan serve时,我得到FatalErrorException Class 'Fideloper\Proxy\TrustProxies not found in TrustProxies.php (line 9)发生了什么,以及如何解决此错误?
php artisan migrate
php artisan serve
FatalErrorException Class 'Fideloper\Proxy\TrustProxies not found in TrustProxies.php (line 9)