rockbuzz/lara-https

Configure https when needed.

Installs: 743

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

pkg:composer/rockbuzz/lara-https

2.0.1 2021-08-19 16:35 UTC

This package is auto-updated.

Last update: 2025-09-29 02:49:32 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.