Class "Fideloper\Proxy\TrustProxies" not found #5591
Answered
by
duncanmcclean
stephenmeehanuk
asked this question in
Troubleshooting
-
Hi Upgraded from I ran This is my composer.json
I found this on Stackoverflow, looks like it was missing I tried to install:
Anyone else come across this? |
Beta Was this translation helpful? Give feedback.
Answered by
duncanmcclean
Mar 22, 2022
Replies: 1 comment 4 replies
-
Replace the contents of this file ( You should be good to go after that 👍 |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
duncanmcclean
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replace the contents of this file (
app/Http/Middleware/TrustProxies.php
) with the contents of this one: https://github.com/statamic/statamic/blob/master/app/Http/Middleware/TrustProxies.phpYou should be good to go after that 👍