Provides Https Middleware for a Laravel App.
composer require rootinc/laravel-https-middleware
- In our
App\Http\Kernel.php
add\RootInc\LaravelHttpsMiddleware\HttpsProtocol::class
to the web middleware group.
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.
The Laravel Https Middleware is open-sourced software licensed under the MIT license.