mschlueter/laravel-force-https

This package is abandoned and no longer maintained. No replacement package was suggested.

Simple Middleware to force https

v1.0.0 2017-07-22 16:02 UTC

This package is auto-updated.

Last update: 2022-02-01 13:08:44 UTC


README

This package is deprecated / not maintained anymore.

mschlueter/laravel-force-https

Installation

Run in terminal: composer require mschlueter/laravel-force-https

Laravel 5.* Integration

Add the middleware to a controller, group, etc:

\Mschlueter\Routing\Middleware\ForceHttps,

Addtional information

If the environment is not in production, the middleware will be skipped.