Easily force HTTPS for all routes and URLs.
c6digital/laravel-force-https is a Laravel package for easily force https for all routes and urls. .
It currently has 1 GitHub stars and 1.362 downloads on Packagist (latest version v2.0.0).
Install it with composer require c6digital/laravel-force-https.
Discover more Laravel packages by c6digital
or browse all Laravel packages to compare alternatives.
Last updated
This package registers a small piece of middleware that will force HTTPS access for all routes, as well as force HTTPS for generate URLs, e.g. route() and url() calls.
You can install the package via Composer:
composer require c6digital/laravel-force-https
The ForceHttps middleware is automatically registered with your application. All you need to do is use the FORCE_HTTPS environment variable to toggle the behaviour.
FORCE_HTTPS=true
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.