We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
虽然我已经将在env里配置ADMIN_HTTPS=true,但提交表单时还是发送http请求。
APP_URL=https://r-test.111.com.cn ADMIN_HTTPS=true
并清理掉模板缓存
php artisan view:clear
The text was updated successfully, but these errors were encountered:
确认admin.php配置中 'https' => env('ADMIN_HTTPS', false) 为相同的
Sorry, something went wrong.
改配置不是应该执行php artisan config:cache 吗?
php artisan config:cache
确认一下是否未清除配置缓存 调用php artisan config:clear 清除配置缓存后重新试试
php artisan config:clear
No branches or pull requests
Description:
虽然我已经将在env里配置ADMIN_HTTPS=true,但提交表单时还是发送http请求。
Steps To Reproduce:
并清理掉模板缓存
The text was updated successfully, but these errors were encountered: