bool httpsOnly() Determine if the route only responds to HTTPS requests
bool httpOnly() Determine if the route only responds to HTTP requests.
string|null domain() Get the domain defined for the route.
Route current()
$this pushMiddlewareToGroup(string $group, string $middleware) Add a middleware
array parameters() Get the key / value list of parameters for the route
string|null currentRouteName() Get the current route name.
void offsetUnset(string $key) Unset the item at a given offset.
Collection collapse()
ArrayIterator getIterator()
Page 29 of 43