Laravel SSL middleware for cloudflare flexible ssl service
riseno/laravel-ssl-protocol is a Laravel package for laravel ssl middleware for cloudflare flexible ssl service.
It currently has 1 GitHub stars and 188 downloads on Packagist (latest version 1.0.0).
Install it with composer require riseno/laravel-ssl-protocol.
Discover more Laravel packages by riseno
or browse all Laravel packages to compare alternatives.
Last updated
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