Laravel URL Helper Function: url
url($path = null, $parameters = [], $secure = null) The url helper function is a versatile function that can be used to generate a URL to a given path or return an instance of the configured Illuminate\Contracts\Routing\UrlGenerator implementation...