Routing
app_register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/register
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | page_news_list | /page/actualites | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 3 | ux_live_component | /_components/{_live_component}/{_live_action} | Path does not match |
| 4 | _wdt_stylesheet | /_wdt/styles | 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_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 12 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 13 | _profiler_open_file | /_profiler/open | Path does not match |
| 14 | _profiler | /_profiler/{token} | Path does not match |
| 15 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 16 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 17 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 18 | admin_dashboard | /admin/ | Path does not match |
| 19 | admin_users | /admin/users | Path does not match |
| 20 | admin_users_by_role | /admin/users/{role} | Path does not match |
| 21 | admin_users_show | /admin/admin/users/{id} | Path does not match |
| 22 | admin_user_edit | /admin/users/{id}/edit | Path does not match |
| 23 | admin_user_deactivate | /admin/users/{id}/deactivate | Path does not match |
| 24 | admin_user_delete | /admin/users/{id}/delete | Path does not match |
| 25 | admin_settings | /admin/settings | Path does not match |
| 26 | admin_upload_image | /admin/upload-image | Path does not match |
| 27 | admin_pages | /admin/pages/ | Path does not match |
| 28 | admin_page_new | /admin/pages/new | Path does not match |
| 29 | admin_page_edit | /admin/pages/{id}/edit | Path does not match |
| 30 | admin_page_delete | /admin/pages/{id}/delete | Path does not match |
| 31 | admin_page_toggle_publish | /admin/pages/{id}/toggle-publish | Path does not match |
| 32 | admin_update_index | /admin/update | Path does not match |
| 33 | admin_update_apply | /admin/update/apply | Path does not match |
| 34 | author_dashboard | /author/ | Path does not match |
| 35 | author_books | /author/books | Path does not match |
| 36 | author_book_new | /author/books/new | Path does not match |
| 37 | author_book_edit | /author/books/{id}/edit | Path does not match |
| 38 | author_book_delete | /author/books/{id}/delete | Path does not match |
| 39 | author_chapter_new | /author/books/{id}/chapters/new | Path does not match |
| 40 | author_chapter_edit | /author/chapters/{id}/edit | Path does not match |
| 41 | author_chapter_delete | /author/chapters/{id}/delete | Path does not match |
| 42 | author_paragraphs | /author/paragraphs | Path does not match |
| 43 | author_paragraph_new | /author/paragraphs/new | Path does not match |
| 44 | author_paragraph_edit | /author/paragraphs/{id}/edit | Path does not match |
| 45 | author_paragraph_delete | /author/paragraphs/{id}/delete | Path does not match |
| 46 | author_paragraphs_bilingual | /author/paragraphs/bilingual | Path does not match |
| 47 | author_paragraphs_orphans | /author/paragraphs/orphans | Path does not match |
| 48 | author_prayer_tags | /author/prayer-tags | Path does not match |
| 49 | author_chapter_paragraph_move | /author/chapters/{chapter}/paragraphs/{paragraph}/move/{direction} | Path does not match |
| 50 | author_chapter_paragraph_detach | /author/chapters/{chapter}/paragraphs/{paragraph}/detach | Path does not match |
| 51 | author_chapter_paragraph_attach | /author/chapters/{chapter}/paragraphs/{paragraph}/attach | Path does not match |
| 52 | author_statistics | /author/statistics | Path does not match |
| 53 | book_index | /books/ | Path does not match |
| 54 | book_show | /books/{id} | Path does not match |
| 55 | book_chapter | /books/{id}/chapter/{chapterNumber} | Path does not match |
| 56 | home | / | Path does not match |
| 57 | page_show | /page/{slug} | Path does not match |
| 58 | paragraph_index | /paragraphs/ | Path does not match |
| 59 | paragraph_new | /paragraphs/new | Path does not match |
| 60 | paragraph_show | /paragraphs/{id} | Path does not match |
| 61 | paragraph_edit | /paragraphs/{id}/edit | Path does not match |
| 62 | paragraph_delete | /paragraphs/{id}/delete | Path does not match |
| 63 | paragraph_by_book | /paragraphs/book/{bookId} | Path does not match |
| 64 | paragraph_toggle_language | /paragraphs/api/{id}/toggle-language | Path does not match |
| 65 | paragraph_bilingual | /paragraphs/bilingual | Path does not match |
| 66 | paragraph_orphans | /paragraphs/orphans | Path does not match |
| 67 | prayer_index | /prieres/ | Path does not match |
| 68 | prayer_show | /prieres/{id} | Path does not match |
| 69 | profile_show | /profile | Path does not match |
| 70 | profile_edit | /profile/edit | Path does not match |
| 71 | profile_change_password | /profile/change-password | Path does not match |
| 72 | app_register | /register | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.