Laravel
How to force Laravel to generate HTTPS instead of HTTP for the route, URL, and asset functions.
- Ahmed Shaltout
- August 17, 2021
- connection
- http
- https
- Laravel
Your website domain starts with ‘https://’ but when you generate a URL inside your Laravel application it starts with ‘http://’ and you find the browsers give you that your connection is not secure alert.
Read More