Add support for params in route with new route dispatcher

This commit is contained in:
Maarten 2024-11-26 13:38:35 +01:00
parent 0111ef9525
commit e8d8e0e95b
12 changed files with 393 additions and 115 deletions

View file

@ -1,7 +1,7 @@
<?php
use Core\Env\Env;
use Core\Router\Router;
use Core\Routing\Router;
require '../vendor/autoload.php';