Looking to hire Laravel developers? Try LaraJobs

laravel-ssl-protocol maintained by riseno

Description
Laravel SSL middleware for cloudflare flexible ssl service
Author
Last update
2016/10/20 09:40 (dev-master)
License
Links
Downloads
188

Comments
comments powered by Disqus

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