URL
The url_*
functions map directly to the \Illuminate\Contracts\Routing\UrlGenerator
.
You can also refer to Laravel URL helpers for more information.
{{ url_to("example") }} // "http://domain.com/example"
{{ url_secure("example") }} // "https://domain.com/example"
{{ url_route("anomaly.module.users::password.forgot") }} // "users/password/forgot"