laravel-force-https maintained by mschlueter
Description
Simple Middleware to force https
Author
Last update
2019/04/05 10:51
(dev-master)
License
Downloads
15
Tags
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.