apreiml / laravel-enforce-https
Enforce https for route helpers by providing an environment flag.
v1.0.0
2019-08-21 11:16 UTC
Requires
- illuminate/support: ^5.8
This package is auto-updated.
Last update: 2025-03-22 00:10:07 UTC
README
Enforce https using by providing an .env flag.
Install with composer require "apreiml/laravel-enforce-https"
.
Enable with echo "ENFORCE_HTTPS=true" >> .env
.