Validate a route against Routes.php
validate_routeCheck if a route collides with registered routes and uses kebab-case parameter syntax. Read-only validation against Routes.php; no modifications.
Instructions
Verifies (read-only) that a route does not collide with the routes registered in app/Config/Routes.php and follows the framework's kebab-case {param} syntax. Never modifies files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| method | Yes |