| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Si vous souhaitez lire ce fichier README en français, cliquez ici.
This package aims to redirect your HTTP requests to HTTPS very simply.
NB: This package has not been tested below Laravel 5.5
First, use the function below:
composer require winxaito/laravel-https
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
WinXaito\LaravelHttpsRedirect\LaravelHttpsServiceProvider::class,If you want to work with the configurations without going through an environment file, run the following command and then edit the config/https-redirection.php file
php artisan vendor:publish --provider="WinXaito\LaravelHttpsRedirect\LaravelHttpsServiceProvider"This package works with environment variables in order of priority.
List of constants in order of priority:
By default if no environment variable is defined we have the following values:
Therefore by default the redirection is enabled.
The license is GNU GPL3, therefore if you use this you must respect the indications of the license. For proprietary software that would like to use this library without making their source code available, please contact me.
| Back | FazBrowse Home | New Git URL |