Routing
auth.register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/auth/inscription
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | ux_entity_autocomplete | /autocomplete/{alias} | Path does not match |
| 3 | ux.file_manager.render | /_ux-file-manager/render | Path does not match |
| 4 | ux_live_component | /_components/{_live_component}/{_live_action} | Path does not match |
| 5 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 6 | _wdt | /_wdt/{token} | Path does not match |
| 7 | _profiler_home | /_profiler/ | Path does not match |
| 8 | _profiler_search | /_profiler/search | Path does not match |
| 9 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 10 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 11 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 12 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 13 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 14 | _profiler_open_file | /_profiler/open | Path does not match |
| 15 | _profiler | /_profiler/{token} | Path does not match |
| 16 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 17 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 18 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 19 | call_for_tenders.index | /offres/ | Path does not match |
| 20 | call_for_tenders.new | /offres/ajouter | Path does not match |
| 21 | call_for_tenders.edit | /offres/{id}/edit | Path does not match |
| 22 | call_for_tenders.show | /offres/{id}/show | Path does not match |
| 23 | dashboard.index | /tableau-de-bord | Path does not match |
| 24 | faq.index | /admin/faq/ | Path does not match |
| 25 | faq.new | /admin/faq/ajout | Path does not match |
| 26 | faq.edit | /admin/faq/{id}/editer | Path does not match |
| 27 | faq.show | /admin/faq/{id}/detail | Path does not match |
| 28 | zenstruck_messenger_monitor_dashboard | /messenger | Path does not match |
| 29 | zenstruck_messenger_monitor_statistics | /messenger/statistics | Path does not match |
| 30 | zenstruck_messenger_monitor_history | /messenger/history | Path does not match |
| 31 | zenstruck_messenger_monitor_detail | /messenger/history/{id} | Path does not match |
| 32 | zenstruck_messenger_monitor_transport | /messenger/transport/{name} | Path does not match |
| 33 | zenstruck_messenger_monitor_transport_remove | /messenger/transport/{name}/{id}/remove | Path does not match |
| 34 | zenstruck_messenger_monitor_transport_retry | /messenger/transport/{name}/{id}/retry | Path does not match |
| 35 | zenstruck_messenger_monitor_schedule | /messenger/schedule/{name} | Path does not match |
| 36 | zenstruck_messenger_monitor_schedule_trigger | /messenger/schedules/{name}/trigger/{id}/{transport} | Path does not match |
| 37 | zenstruck_messenger_monitor_workers_widget | /messenger/_workers | Path does not match |
| 38 | zenstruck_messenger_monitor_transports_widget | /messenger/_transports | Path does not match |
| 39 | zenstruck_messenger_monitor_snapshot_widget | /messenger/_snapshot | Path does not match |
| 40 | zenstruck_messenger_monitor_recent_messages_widget | /messenger/_recent-messages | Path does not match |
| 41 | user.new | /utilistateur/ajouter | Path does not match |
| 42 | user.edit | /utilistateur/{id}/edit | Path does not match |
| 43 | callForTenders.answer | /appel-d-offre/{id} | Path does not match |
| 44 | callForTenders.show | /appel-d-offre/{id}/details | Path does not match |
| 45 | faq.ask | /faq/{id}/poser-une-question | Path does not match |
| 46 | home | / | Path does not match |
| 47 | user.index | /utilistateur/ | Path does not match |
| 48 | register | /inscription | Path does not match |
| 49 | verify_email | /verify/email | Path does not match |
| 50 | forgot_password_request | /reset-password | Path does not match |
| 51 | check_email | /reset-password/check-email | Path does not match |
| 52 | reset_password | /reset-password/reset/{token} | Path does not match |
| 53 | login | /login | Path does not match |
| 54 | logout | /logout | Path does not match |
| 55 | stream_document | /stream_document | Path does not match |
| 56 | stream_call_for_tenders | /stream_call_for_tenders/{id} | Path does not match |
| 57 | stream_answer | /stream_answer/{id} | Path does not match |
| 58 | auth.register | /auth/inscription | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.