Notes on asset and secure_asset | Laravel 5: Generating Secure URLs to Assets With secure_asset
If the supplied $path to asset and secure_asset contains a protocol, that protocol is used regardless of what function or flags are set. For example, if a URI with the http:// protocol is supplied to the secure_asset function, the resulting URI...