http

Laravel
Laravel

How to force Laravel to generate HTTPS instead of HTTP for the route, URL, and asset functions.

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