mini\router() Function

Documentation

Main entry point for file-based routing

Bootstraps the application and routes the current request to the appropriate handler in the _routes/ directory.

Signature

function router(): void

Returns

void

Source

functions.php:285-303