LaravelPackages.net
Acme Inc.
Toggle sidebar
rockbuzz/lara-https

Configure https when needed.

743
0
2.0.1
About rockbuzz/lara-https

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

Lara Https

Configure https when needed.

Requirements

PHP >=7.2

Install

$ composer require rockbuzz/lara-https

Configuration

$ php artisan vendor:publish --provider="Rockbuzz\LaraHttps\ServiceProvider" --tag="config"

Usage

In App\Http\Kernel

protected $middleware = [
        \Rockbuzz\LaraHttps\ForceSSL::class,
        ...
    ];

License

The Lara Https is open-sourced software licensed under the MIT license.

Star History Chart