Skip to content

Configuration

member()

member() — returns struct

Available in: mapper Category: Routing

Scope routes within a nested resource which require use of the primary key as part of the URL pattern; A member route will require an ID, because it acts on a member. photos/1/preview is an example of a member route, because it acts on (and displays) a single object.