Routing
public_user_lander_pages
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "andom-lady" |
Route Matching Logs
Path to match:
/mi/andom-lady/pages
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | public_user_lander_posts | /mi/{slug}/blog | Path does not match |
| 2 | public_user_lander_pages | /mi/{slug}/pages | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.