Routing
app_grants_category
Matched route
Route Parameters
| Name | Value |
|---|---|
| category | "D" |
Route Matching Logs
Path to match:
/grants/category/D
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | app_api_docs | /api/docs | Path does not match |
| 17 | app_api | /api | Path does not match |
| 18 | app_api_grants_list | /api/grants | Path does not match |
| 19 | app_api_grants_detail | /api/grants/{slug} | Path does not match |
| 20 | app_api_v1_analyze | /api/v1/analyze | Path does not match |
| 21 | app_api_v1_analyze_status | /api/v1/analyze/{id} | Path does not match |
| 22 | app_api_v1_grants_list | /api/v1/grants | Path does not match |
| 23 | app_api_v1_grants_detail | /api/v1/grants/{slug} | Path does not match |
| 24 | app_api_v1_webhooks_register | /api/v1/webhooks | Path does not match |
| 25 | app_pricing | /pricing | Path does not match |
| 26 | app_billing_account | /account/billing | Path does not match |
| 27 | app_checkout_stripe | /checkout/stripe/{plan} | Path does not match |
| 28 | app_checkout_paypal | /checkout/paypal/{plan} | Path does not match |
| 29 | app_webhook_stripe | /webhooks/stripe | Path does not match |
| 30 | app_webhook_paypal | /webhooks/paypal | Path does not match |
| 31 | app_billing_success | /billing/success | Path does not match |
| 32 | app_billing_cancel | /billing/cancel | Path does not match |
| 33 | app_blog_index | /blog | Path does not match |
| 34 | app_blog_show | /blog/{slug} | Path does not match |
| 35 | app_blog_category | /blog/category/{category} | Path does not match |
| 36 | app_bookmarklet | /bookmarklet | Path does not match |
| 37 | app_faq | /faq | Path does not match |
| 38 | app_how_it_works | /how-it-works | Path does not match |
| 39 | app_tools | /tools | Path does not match |
| 40 | app_about | /about | Path does not match |
| 41 | app_contact | /contact | Path does not match |
| 42 | app_write_for_us | /write-for-us | Path does not match |
| 43 | app_partner_with_us | /partner-with-us | Path does not match |
| 44 | app_for_education | /for-education | Path does not match |
| 45 | app_questions | /questions | Path does not match |
| 46 | app_glossary_index | /glossary | Path does not match |
| 47 | app_glossary_show | /glossary/{slug} | Path does not match |
| 48 | app_grant_email | /grant/{slug}/email | Path does not match |
| 49 | app_grant_show | /grant/{slug} | Path does not match |
| 50 | app_grants_search | /grants | Path does not match |
| 51 | app_grants_category | /grants/category/{category} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.