rockbuzz / lara-https
Configure https when needed.
2.0.1
2021-08-19 16:35 UTC
Requires
- php: >=7.2
Requires (Dev)
- orchestra/testbench: ^4.0
- squizlabs/php_codesniffer: ^3.2
This package is auto-updated.
Last update: 2024-10-30 01:39:24 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.