toyi/force-https
Force Https
Provide a simple and convenient way to force Https.
Installation
Install via composer
composer require toyi/force-https
Register Service Provider
Note! This and next step are optional if you use laravel>=5.5 with package auto discovery feature.
Add service provider to config/app.php in providers section
Toyi\ForceHttps\ServiceProvider::class,
Publish Configuration File
php artisan vendor:publish --provider="Toyi\ForceHttps\ServiceProvider" --tag="config"
Usage
Add the Toyi\ForceHttps\ForceHttps::class middleware in the web middleware group.
The FORCE_HTTPS boolean env variable can be used to activate or deactivate redirections.
Security
If you discover any security related issues, please email instead of using the issue tracker.
Credits
This package is bootstrapped with the help of melihovv/laravel-package-generator.
Related Packages
owenmelbz/https-enforcement
Laravel 5.x middleware to enforce https redirection for your app.
2,597
25
bepsvpt/secure-headers
Add security related headers to HTTP response. The package includes Service Prov...
5,576,992
550