apreiml / laravel-enforce-https
通过提供环境标志强制使用https来为路由助手启用https。
v1.0.0
2019-08-21 11:16 UTC
Requires
- illuminate/support: ^5.8
This package is auto-updated.
Last update: 2024-09-21 23:09:22 UTC
README
通过提供.env标志强制使用https。
使用composer require "apreiml/laravel-enforce-https"
安装。
通过echo "ENFORCE_HTTPS=true" >> .env
启用。