Routing
        (none)
        Matched route
    
Route Matching Logs
    Path to match: 
/mysql-admin/index.php
| # | Route name | Path | Log | 
|---|---|---|---|
| 1 | back_category_list | /admin/category/list | Path does not match | 
| 2 | back_category_add | /admin/category/add | Path does not match | 
| 3 | back_category_edit | /admin/category/edit/{id} | Path does not match | 
| 4 | back_category_remove | /admin/category/remove/{id} | Path does not match | 
| 5 | back_dashboard | /admin/dashboard | Path does not match | 
| 6 | back_darkmode | /admin/component/darkmode | Path does not match | 
| 7 | back_image_remove | /admin/image/remove/{id} | Path does not match | 
| 8 | back_post_list | /admin/post/list | Path does not match | 
| 9 | back_post_add | /admin/post/add | Path does not match | 
| 10 | back_post_edit | /admin/post/edit/{id} | Path does not match | 
| 11 | back_post_remove | /admin/post/remove/{id} | Path does not match | 
| 12 | back_product_page_list | /admin/product-page/list | Path does not match | 
| 13 | back_product_page_add | /admin/product-page/add | Path does not match | 
| 14 | back_product_page_edit | /admin/product-page/edit/{id} | Path does not match | 
| 15 | back_product_page_remove | /admin/product-page/remove/{id} | Path does not match | 
| 16 | back_subcategory_list | /admin/sub-category/list | Path does not match | 
| 17 | back_subcategory_add | /admin/sub-category/add | Path does not match | 
| 18 | back_subcategory_edit | /admin/sub-category/edit/{id} | Path does not match | 
| 19 | back_subcategory_remove | /admin/sub-category/remove/{id} | Path does not match | 
| 20 | front_about | /a-propos | Path does not match | 
| 21 | front_contact | /contact | Path does not match | 
| 22 | front_home | / | Path does not match | 
| 23 | front_post_list | /news/list | Path does not match | 
| 24 | front_post_single | /news/lorem-ipsum | Path does not match | 
| 25 | front_product_list | /product-services/{category_slug}/{subcategory_slug} | Path does not match | 
| 26 | front_product_single | /category/accessories | Path does not match | 
| 27 | front_product_page | /product-services/{category_slug}/{subcategory_slug}/{slug_page} | Path does not match | 
| 28 | _preview_error | /_error/{code}.{_format} | Path does not match | 
| 29 | _wdt | /_wdt/{token} | Path does not match | 
| 30 | _profiler_home | /_profiler/ | Path does not match | 
| 31 | _profiler_search | /_profiler/search | Path does not match | 
| 32 | _profiler_search_bar | /_profiler/search_bar | Path does not match | 
| 33 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match | 
| 34 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match | 
| 35 | _profiler_open_file | /_profiler/open | Path does not match | 
| 36 | _profiler | /_profiler/{token} | Path does not match | 
| 37 | _profiler_router | /_profiler/{token}/router | Path does not match | 
| 38 | _profiler_exception | /_profiler/{token}/exception | Path does not match | 
| 39 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match | 
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.