Routing
admin_loan_new
Matched route
Route Parameters
| Name | Value |
|---|---|
| crudAction | "new" |
| crudControllerFqcn | "App\Controller\Admin\LoanCrudController" |
| dashboardControllerFqcn | "App\Controller\Admin\DashboardController" |
| routeCreatedByEasyAdmin | true |
Route Redirection
This page redirects to:
https://loanhub.fhw.crowbyte.org/login
Route Matching Logs
Path to match:
/admin/loan/new
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | admin_article_index | /admin/article | Path does not match |
| 3 | admin_article_new | /admin/article/new | Path does not match |
| 4 | admin_article_batch_delete | /admin/article/batch-delete | Path does not match |
| 5 | admin_article_autocomplete | /admin/article/autocomplete | Path does not match |
| 6 | admin_article_render_filters | /admin/article/render-filters | Path does not match |
| 7 | admin_article_edit | /admin/article/{entityId}/edit | Path does not match |
| 8 | admin_article_delete | /admin/article/{entityId}/delete | Path does not match |
| 9 | admin_article_detail | /admin/article/{entityId} | Path does not match |
| 10 | admin_article_type_index | /admin/article-type | Path does not match |
| 11 | admin_article_type_new | /admin/article-type/new | Path does not match |
| 12 | admin_article_type_batch_delete | /admin/article-type/batch-delete | Path does not match |
| 13 | admin_article_type_autocomplete | /admin/article-type/autocomplete | Path does not match |
| 14 | admin_article_type_render_filters | /admin/article-type/render-filters | Path does not match |
| 15 | admin_article_type_edit | /admin/article-type/{entityId}/edit | Path does not match |
| 16 | admin_article_type_delete | /admin/article-type/{entityId}/delete | Path does not match |
| 17 | admin_article_type_detail | /admin/article-type/{entityId} | Path does not match |
| 18 | admin_attribute_definition_index | /admin/attribute-definition | Path does not match |
| 19 | admin_attribute_definition_new | /admin/attribute-definition/new | Path does not match |
| 20 | admin_attribute_definition_batch_delete | /admin/attribute-definition/batch-delete | Path does not match |
| 21 | admin_attribute_definition_autocomplete | /admin/attribute-definition/autocomplete | Path does not match |
| 22 | admin_attribute_definition_render_filters | /admin/attribute-definition/render-filters | Path does not match |
| 23 | admin_attribute_definition_edit | /admin/attribute-definition/{entityId}/edit | Path does not match |
| 24 | admin_attribute_definition_delete | /admin/attribute-definition/{entityId}/delete | Path does not match |
| 25 | admin_attribute_definition_detail | /admin/attribute-definition/{entityId} | Path does not match |
| 26 | admin_category_index | /admin/category | Path does not match |
| 27 | admin_category_new | /admin/category/new | Path does not match |
| 28 | admin_category_batch_delete | /admin/category/batch-delete | Path does not match |
| 29 | admin_category_autocomplete | /admin/category/autocomplete | Path does not match |
| 30 | admin_category_render_filters | /admin/category/render-filters | Path does not match |
| 31 | admin_category_edit | /admin/category/{entityId}/edit | Path does not match |
| 32 | admin_category_delete | /admin/category/{entityId}/delete | Path does not match |
| 33 | admin_category_detail | /admin/category/{entityId} | Path does not match |
| 34 | admin_loan_index | /admin/loan | Path does not match |
| 35 | admin_loan_new | /admin/loan/new | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.