| 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: | 2025-10-26 03:09:25 |
| Package Statistics | |
|---|---|
| Total Downloads: | 188 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| 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