Package Data | |
---|---|
Maintainer Username: | m1guelpf |
Maintainer Contact: | soy@miguelpiedrafita.com (Miguel Piedrafita) |
Package Create Date: | 2017-02-08 |
Package Last Update: | 2019-11-16 |
Home Page: | |
Language: | PHP |
License: | MPL-2.0 |
Last Refreshed: | 2025-01-01 03:04:29 |
Package Statistics | |
---|---|
Total Downloads: | 1,105 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 7 |
Total Watchers: | 3 |
Total Forks: | 2 |
Total Open Issues: | 1 |
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 soy@miguelpiedrafita.com instead of using the issue tracker.
This package is licensed under the Mozilla Public license. Please see License File for more information.