rodrigopedra / laravel-proxy-scheme
Laravel Proxy Scheme
Installs: 82
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rodrigopedra/laravel-proxy-scheme
Requires
- php: ^8.1
- illuminate/contracts: ^10.0
- illuminate/http: ^10.0
- illuminate/routing: ^10.0
Requires (Dev)
- laravel/octane: ^1.2
This package is auto-updated.
Last update: 2025-10-15 21:40:31 UTC
README
This package will check if a request has a X-Forwarded-Proto
header
and force the UrlGenerator
to use the scheme in the header.
It is useful when an app is served behind a proxy that has SSL enabled.
Installation
composer require rodrigopedra/laravel-proxy-scheme
License
This package is open-sourced software licensed under the MIT license