rockbuzz/lara-https

Configure https when needed.

2.0.1 2021-08-19 16:35 UTC

This package is auto-updated.

Last update: 2024-03-30 00:25:42 UTC


README

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.