Advanced Routing

YFlite supports dynamic routing parameters:

\[ \text{Route Pattern} \rightarrow \text{Regex translation} \]

Example:

Route::get('/docs/:any', [DocsController::class, 'show']);