Laravel 5: Generating Secure URLs to Assets With secure_asset
The secure_asset function will return a URI composed of the application's URI and the given $path . It internally makes a call to the asset helper function and always passes true as the argument for the $secure parameter.