mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 08:47:52 +00:00
7 lines
115 B
PHP
7 lines
115 B
PHP
<?php
|
|
|
|
// load composer dependencies
|
|
require '../vendor/autoload.php';
|
|
|
|
// Start the routing
|
|
\Demo\Router::start(); |