rockbuzz/lara-https is a Laravel package for configure https when needed..
It currently has 0 GitHub stars and 743 downloads on Packagist (latest version 2.0.1).
Install it with composer require rockbuzz/lara-https.
Discover more Laravel packages by rockbuzz
or browse all Laravel packages to compare alternatives.
Last updated
Configure https when needed.
PHP >=7.2
$ composer require rockbuzz/lara-https
$ php artisan vendor:publish --provider="Rockbuzz\LaraHttps\ServiceProvider" --tag="config"
protected $middleware = [
\Rockbuzz\LaraHttps\ForceSSL::class,
...
];
The Lara Https is open-sourced software licensed under the MIT license.