jonacio

Results 2 comments of jonacio

@donnikitos Hi, is there a way to change the project's root without altering the URLs of the assets? In my case, the entry file `index.php` is in the `public` folder,...

I achieved validation by leveraging a class from the `FastRoute` package as follows: ``` $matcher = new GroupCountBased($router->routesData); $result = $matcher->dispatch('GET', '/path'); ``` This way I avoid all the unnecessary...