Laravel - Class "Fideloper\Proxy\TrustProxies" not found - Fixed

By Hardik Savani October 12, 2023 Category : Laravel

In this example, you will learn Class "Fideloper\Proxy\TrustProxies" not found laravel. i explained simply about laravel Class "Fideloper\Proxy\TrustProxies" not found issue. it's simple example of fideloper/proxy laravel 8 issue. This article will give you simple example of laravel 8 fideloper/proxy issue.

Few days ago, i migrate my laravel 7 app into laravel 8 version then i simply composer install and checking on my domain, i got Class "Fideloper\Proxy\TrustProxies" not found error in browser as like bellow:

Then i research and find out solution from google, we need to install "fideloper/proxy" composer package. let's run bellow command:

Solution:

composer require fideloper/proxy

i hope it can help you...

Tags :
Shares