Czym jest TrustProxies w Laravel
Request::setTrustedProxies(array(
'192.168.1.52' // IP address of your intermediary
));
Eager Eland
Request::setTrustedProxies(array(
'192.168.1.52' // IP address of your intermediary
));