m1guelpf/laravel-ssl is a Laravel package for enforce ssl in production.
It currently has 8 GitHub stars and 1.131 downloads on Packagist (latest version v2.1).
Install it with composer require m1guelpf/laravel-ssl.
Discover more Laravel packages by m1guelpf
or browse all Laravel packages to compare alternatives.
Last updated
Laravel SSL is a Laravel package that allows you to enforce HTTPS in certain parts of your site, or even the entire site!
You can install the package via composer:
composer require m1guelpf/laravel-ssl
Next, you must install the service provider:
// config/app.php
'providers' => [
...
M1guelpf\LaravelSSL\LaravelSSLServiceProvider::class,
];
Your app is now HTTPS-only!
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
This package is licensed under the Mozilla Public license. Please see License File for more information.