aindot/proxy-setup

Force HTTPS links for your app if you are behind a proxy such as HAproxy.

Maintainers

Package info

github.com/aindot/proxy-setup

pkg:composer/aindot/proxy-setup

Fund package maintenance!

aindot

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1 2025-07-17 20:41 UTC

This package is auto-updated.

Last update: 2026-02-14 12:44:10 UTC


README

[] Add Middleware to trust proxies IP's.

You can install the package via composer:

composer require aindot/proxy-setup

You can publish and run the migrations with:

You can publish the config file with:

php artisan vendor:publish --tag="proxy-setup-config"

This is the contents of the published config file:

return [
    'https' => env('HTTPS', false),
];

License

The MIT License (MIT). Please see License File for more information.