My Laravel Application sends insecure url that is with "http" in default mail templates. While I have configured APP_URL with https in .env file.
If I force route to use https then it sends mail with https link, but the problem is when I click on "Verify email address", then it shows "403 | Invalid signature."
Can anyone help me sort out this problem.