Laravel 5: Generating URLs to Assets With asset
The asset function will return a URI composed of the application's URI and the given $path . If $secure is true , the returned URI will have the https:// schema, otherwise it will have the http:// schema. The application URI used to generate the...