rootinc / laravel-https-middleware
Https Middleware Protocol Redirect
Installs: 14 102
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Requires
- php: >=5.6.4
- laravel/framework: >=5.4.0
This package is auto-updated.
Last update: 2024-11-10 05:51:21 UTC
README
Provides Https Middleware for a Laravel App.
Installation
composer require rootinc/laravel-https-middleware
- In our
App\Http\Kernel.php
add\RootInc\LaravelHttpsMiddleware\HttpsProtocol::class
to the web middleware group.
Contributing
Thank you for considering contributing to the Laravel Https Middleware! To encourage active collaboration, we encourage pull requests, not just issues.
If you file an issue, the issue should contain a title and a clear description of the issue. You should also include as much relevant information as possible and a code sample that demonstrates the issue. The goal of a issue is to make it easy for yourself - and others - to replicate the bug and develop a fix.
License
The Laravel Https Middleware is open-sourced software licensed under the MIT license.