risenohk / laravel-ssl-protocol by ryanchan.tc

Laravel SSL middleware for cloudflare flexible ssl service
186
1
2
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-04-17 15:14:21
Package Statistics
Total Downloads: 186
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 1
Total Open Issues: 0

Laravel SSL Protocol

Latest Stable Version Total Downloads License

Laravel SSL middleware that force http request to https for cloudflare flexible ssl service.

Installation

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,

License

The Laravel SSL Protocol is open-sourced software licensed under the MIT license