cmdrtpir/usehttps

There is no license information available for the latest version (v1.0.0) of this package.

Add the ability to force your Laravel project to use https on all generated links.

v1.0.0 2022-05-18 13:23 UTC

This package is auto-updated.

Last update: 2025-06-20 01:18:51 UTC


README

I've had problems where links get generated as http and not https when running behind a nginx reverse proxy. This adds the ability to force your Laravel project to use https on all generated links.

Use APP_HTTPS to true to force https generations of links. Defaults to false.