PHPackages                             lucasvscn/laravel-force-https - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. lucasvscn/laravel-force-https

AbandonedArchivedLibrary[Security](/categories/security)

lucasvscn/laravel-force-https
=============================

Patch to force every request to be made with https.

5.3(9y ago)0911MITPHPPHP &gt;=5.6.4

Since May 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/lucasvscn/laravel-force-https)[ Packagist](https://packagist.org/packages/lucasvscn/laravel-force-https)[ Docs](https://github.com/lucasvscn/laravel-force-https)[ RSS](/packages/lucasvscn-laravel-force-https/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Laravel Force HTTPS
===================

[](#laravel-force-https)

Workaround to deal with a particular environment that kills redirections from port 80 (http) to 443 (https).

Once this package is enabled, the application should force all URLs to be https while in 'production' environment.

Install
=======

[](#install)

Register the ServiceProvider in `config/app.php`

```
'providers' => [

    // ...
    LucasVscn\ForceHttps\ServiceProvider::class,
];

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3335d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dfdf6591a8b2d844569545878fba113e9c8de3d9b9d48f5b25637c6f0353ffbd?d=identicon)[lucasvscn](/maintainers/lucasvscn)

---

Top Contributors

[![lucasvscn](https://avatars.githubusercontent.com/u/3482569?v=4)](https://github.com/lucasvscn "lucasvscn (1 commits)")

---

Tags

httpslaravel

### Embed Badge

![Health badge](/badges/lucasvscn-laravel-force-https/health.svg)

```
[![Health](https://phpackages.com/badges/lucasvscn-laravel-force-https/health.svg)](https://phpackages.com/packages/lucasvscn-laravel-force-https)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[msurguy/honeypot

Honeypot spam prevention

4371.2M12](/packages/msurguy-honeypot)[dgtlss/warden

A Laravel package that proactively monitors your dependencies for security vulnerabilities by running automated composer audits and sending notifications via webhooks and email

9056.1k](/packages/dgtlss-warden)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
