Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 515 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 515 Bytes

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.