fideloper / TrustedProxy

Laravel Proxy Package for handling sessions when behind load balancers or other intermediaries.
MIT License
7.36k stars 126 forks source link

Laravel 10 support #160

Closed Xsaven closed 10 months ago

Xsaven commented 10 months ago

Pleas add laravel 10 support

fideloper commented 10 months ago

This is baked into the framework since Laravel 9. Do you need it for something else? (What I've done, if I needed to adjust anything, is to just edit the built-in middleware file in app/Http/Middelware/TrustProxies.php)