Laravel 5: Generating HTTPS URLs With secure_url
The secure_url helper function can be used to generate secure, fully qualified URLs to a given $path . You can also supply additional data that will be added as a query string by supplying an argument for the $parameters parameter. The secure_url...