DEV Community

Mehedi Hasan Sagor
Mehedi Hasan Sagor

Posted on

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

Today what you are going to learn:
In this lesson 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 lesson of fideloper/proxy laravel 8 issue. This article will give you simple lesson 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

thank you very much for following up with me.

for more

Top comments (0)