Closed dualsyscornd closed 2 years ago
In this framework the routes are defined in the public/index.php file.
Hello, if i insert all the route that i have like: $router->add('', ['controller' => 'Product', 'action' => 'index']);
and i digit localhost/route show me an issue that the route not exist. but fore sure exist.
@robertaonnis The route you added above would match the homepage, e.g. http://localhost/
Yes i Really sorry, I have read all the code yesterday and solve
please explain me