riseno / laravel-ssl-protocol
Laravel SSL middleware for cloudflare flexible ssl service
Installs: 188
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/riseno/laravel-ssl-protocol
Requires
- illuminate/support: ^5.2
This package is not auto-updated.
Last update: 2025-11-01 02:36:54 UTC
README
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