Download the PHP package lucasvscn/laravel-force-https without Composer
On this page you can find all versions of the php package lucasvscn/laravel-force-https. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lucasvscn/laravel-force-https
More information about lucasvscn/laravel-force-https
Files in lucasvscn/laravel-force-https
Download lucasvscn/laravel-force-https
More information about lucasvscn/laravel-force-https
Files in lucasvscn/laravel-force-https
Vendor lucasvscn
Package laravel-force-https
Short Description Patch to force every request to be made with https.
License MIT
Homepage https://github.com/lucasvscn/laravel-force-https
Package laravel-force-https
Short Description Patch to force every request to be made with https.
License MIT
Homepage https://github.com/lucasvscn/laravel-force-https
Please rate this library. Is it a good library?
Informations about the package laravel-force-https
Laravel Force HTTPS
Workaround to deal with a particular environment that kills redirections from port 80 (http) to 443 (https).
Once this package is enabled, the application should force all URLs to be https while in 'production' environment.
Install
Register the ServiceProvider in config/app.php
'providers' => [
// ...
LucasVscn\ForceHttps\ServiceProvider::class,
];
All versions of laravel-force-https with dependencies
PHP Build Version
Package Version
The package lucasvscn/laravel-force-https contains the following files
Loading the files please wait ....