Package Data | |
---|---|
Maintainer Username: | ryanchan.tc |
Maintainer Contact: | rc@riseno.com (Ryan Chan) |
Package Create Date: | 2016-05-18 |
Package Last Update: | 2016-10-20 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-14 15:13:31 |
Package Statistics | |
---|---|
Total Downloads: | 187 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
Laravel SSL middleware that force http request to https for cloudflare flexible ssl service.
Require this package with composer using the following command:
composer require riseno/laravel-ssl-protocol
After updating composer, add the middleware to the middleware
array in app/http/Kernel.php
if you want to make it globally enabled.
Riseno\SSLProtocol\SSLMiddleware::class,
The Laravel SSL Protocol is open-sourced software licensed under the MIT license