Configuration
whereUuid()
Signature
Section titled “Signature”whereUuid() — returns struct
Available in: mapper
Category: Routing
Description
Section titled “Description”Constrain a route variable to only match UUID values. Similar to ASP.NET’s :guid constraint.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
variableName | string | yes | — | The route variable name to constrain. Can also be a comma-delimited list. |