Route
Less than 1 minute
Route
interface RouteMethods
middleware
Attach middleware to the route.
public middleware(Middleware|string $middleware, mixed $args): selfReturns: self
Parameters
| Parameter | Type | Description |
|---|---|---|
$middleware | Hazaar\Middleware\Interface\Middleware | string |
$args | mixed |
auth
Attach an authentication adapter to the route.
public auth(?Adapter $adapter, mixed $args): selfReturns: self
Parameters
| Parameter | Type | Description |
|---|---|---|
$adapter | Hazaar\Auth\Adapter | |
$args | mixed |
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:17 +0000