Skip to content

rockbuzz-dev/lara-https

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •