Looking to hire Laravel developers? Try LaraJobs

laravel-force-https maintained by mschlueter

Description
Simple Middleware to force https
Last update
2019/04/05 10:51 (dev-master)
License
Links
Downloads
15

Comments
comments powered by Disqus

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.