apreiml / laravel-enforce-https
Enforce https for route helpers by providing an environment flag.
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/apreiml/laravel-enforce-https
Requires
- illuminate/support: ^5.8
This package is auto-updated.
Last update: 2025-09-22 01:10:28 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
.