Routing
portfolio_albums
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "12" |
| serviceSlug | "projet-pub-photo" |
Route Matching Logs
Path to match:
/portfolio/projet-pub-photo/12
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | index | /intro | Path does not match |
| 3 | homepage | / | Path does not match |
| 4 | app_contact | /contact | Path does not match |
| 5 | albums | /portfolio | Path does not match |
| 6 | album_portfolio | /portfolio/{id} | Path does not match |
| 7 | portfolio_albums | /portfolio/{serviceSlug}/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.