Configuration
whereSlug()
Signature
Section titled “Signature”whereSlug() — returns struct
Available in: mapper
Category: Routing
Description
Section titled “Description”Constrain a route variable to only match URL-friendly slug values (lowercase alphanumeric and hyphens).
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. |