Routing
public_all_list_with_tag
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "templates" |
| tag | "personal_training_contract" |
Route Matching Logs
Path to match:
/all/templates/tag/personal_training_contract
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | show_user_phone | /{username}/{fileUrl}/index.xml | Path does not match |
| 2 | public_all_list | /all/{slug} | Path does not match |
| 3 | public_user_store_list | /{username}/store | Path does not match |
| 4 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 5 | _wdt | /_wdt/{token} | Path does not match |
| 6 | _profiler_home | /_profiler/ | Path does not match |
| 7 | _profiler_search | /_profiler/search | Path does not match |
| 8 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 9 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 10 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 11 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 12 | _profiler_open_file | /_profiler/open | Path does not match |
| 13 | _profiler | /_profiler/{token} | Path does not match |
| 14 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 15 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 16 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 17 | homepage | / | Path does not match |
| 18 | email_tracker_read | /email/read/{id}-{token}.gif | Path does not match |
| 19 | app_accounting_ledger | /accounting | Path does not match |
| 20 | cities_nearby_list | /cities-nearby/list/{city} | Path does not match |
| 21 | city_list | /city/list | Path does not match |
| 22 | list_business | /city-industry/list-business/{city}/{industry} | Path does not match |
| 23 | get_business | /city-industry/get-business/{city}/{industry}/{business} | Path does not match |
| 24 | country_list | /country/list | Path does not match |
| 25 | currency_list | /currency/list | Path does not match |
| 26 | feed_source_primary_tags | /feed-source/primary-tags | Path does not match |
| 27 | feed_story_list | /feed-story/list | Path does not match |
| 28 | feed_story_all | /feed-story/all | Path does not match |
| 29 | app_home | / | Path does not match |
| 30 | icon_list | /icon/list | Path does not match |
| 31 | twilio_incoming_sms_webhook | /incoming/twilio/sms/ | Path does not match |
| 32 | twilio_incoming_sms_webhook_with_user | /incoming/twilio/sms/{id} | Path does not match |
| 33 | twilio_fail_webhook | /incoming/twilio/fail/{id} | Path does not match |
| 34 | twilio_incoming_voicemail | /incoming/twilio/voicemail/{id} | Path does not match |
| 35 | twilio_incoming_voicemail_complete | /incoming/twilio/voicemail/complete/{id} | Path does not match |
| 36 | twilio_voicemail_transcript | /incoming/twilio/voicemail/transcript/{id} | Path does not match |
| 37 | industry_clone_account_list | /industry/clone-account/list | Path does not match |
| 38 | industry_list | /industry/list | Path does not match |
| 39 | public_invoice_view | /{username}/i/{invoiceId} | Path does not match |
| 40 | public_invoice_json | /{username}/i/{invoiceId}/json | Path does not match |
| 41 | language_list | /language/list | Path does not match |
| 42 | login_google | /login/google | Path does not match |
| 43 | opt_out_index | /{username}/optout | Path does not match |
| 44 | opt_out_save | /{username}/optout/save | Path does not match |
| 45 | podcast_index | /{username}/podcast | Path does not match |
| 46 | preview_upload_files_r2 | /upload-file-r2 | Path does not match |
| 47 | login_user | /{username}/login | Path does not match |
| 48 | public_all_list_with_tag | /all/{slug}/tag/{tag} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.