m1guelpf / laravel-ssl
Enforce SSL in production
Fund package maintenance!
m1guelpf
Installs: 1 100
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 2
Open Issues: 1
Requires
- php: ^7.0
Requires (Dev)
- phpunit/phpunit: ^6.0
This package is auto-updated.
Last update: 2024-10-17 05:07:37 UTC
README
Laravel SSL is a Laravel package that allows you to enforce HTTPS in certain parts of your site, or even the entire site!
Installation
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, ];
Usage
Your app is now HTTPS-only!
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email soy@miguelpiedrafita.com instead of using the issue tracker.
Credits
License
This package is licensed under the Mozilla Public license. Please see License File for more information.